Skip to content

Commit

Permalink
Merge pull request #228 from qgis/hotfix_sharing_hub
Browse files Browse the repository at this point in the history
fix error 500 edit hub share file
  • Loading branch information
sumandari authored Jan 3, 2022
2 parents 25a2ac3 + b4c194e commit 43e213e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qgis-app/base/views/processing_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ class ResourceBaseUpdateView(LoginRequiredMixin,

context_object_name = 'object'
template_name = 'base/update_form.html'
is_1mb_limit_enable = True
is_custom_license_agreement = False

def dispatch(self, request, *args, **kwargs):
Expand Down

0 comments on commit 43e213e

Please sign in to comment.