Skip to content

Commit

Permalink
Restore edit on forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Sep 13, 2024
1 parent 2876ac5 commit 613ffca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qgis-app/geopackages/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Meta:
"thumbnail_image",
"name",
"description",
"tags",
"tags"
]


Expand Down
2 changes: 1 addition & 1 deletion qgis-app/layerdefinitions/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Meta:
"url_metadata",
"description",
"license",
"tags",
"tags"
]


Expand Down
4 changes: 2 additions & 2 deletions qgis-app/styles/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Meta:
"thumbnail_image",
"name",
"description",
"tags",
"tags"
]


Expand All @@ -30,7 +30,7 @@ class Meta:
"file",
"thumbnail_image",
"description",
"tags",
"tags"
]

def clean_file(self):
Expand Down
2 changes: 1 addition & 1 deletion qgis-app/wavefronts/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Meta:
"thumbnail_image",
"name",
"description",
"tags",
"tags"
]


Expand Down

0 comments on commit 613ffca

Please sign in to comment.