Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Jul 11, 2024
1 parent f4276c6 commit 3d06970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QgisModelBaker/gui/panel/pg_config_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def set_fields(self, configuration):

service_config = self._get_service_config(configuration.dbservice)

# if no dbservice in the configuration or one is there but the the servicefile is not available anymore
# if no dbservice in the configuration or one is there but the servicefile is not available anymore
if service_config is None:

indexNoService = self.pg_service_combo_box.findData(
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/background_info/catalogues.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ It's not possible to export data with validation from a model that uses codelist
![tree_validation](../assets/catalogues_treevalidation.png)

#### Reason
There is a constraint in the the class `CatalogueReference` of [`CatalogeObjectTrees_V1`](http://models.geo.admin.ch/CH/CHBase_Part3_CATALOGUEOBJECTS_V1.ili):
There is a constraint in the class `CatalogueReference` of [`CatalogeObjectTrees_V1`](http://models.geo.admin.ch/CH/CHBase_Part3_CATALOGUEOBJECTS_V1.ili):
```
MANDATORY CONSTRAINT
Reference->IsUseable;
Expand Down

0 comments on commit 3d06970

Please sign in to comment.