Skip to content

Commit

Permalink
Fix for possibile QGIS bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Oct 31, 2023
1 parent 04093a2 commit fbcc582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3w-admin/core/api/base/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def response_data_mode(self, request, export_features=False):

kwargs.update({'project_type': 'qdjango',
'project_id': self.layer.project.pk,
'layer_name': wconfig['ReferencedLayerId'],
'layer_name': relation['referencedLayer'],
'mode_call': 'data'
})

Expand Down

0 comments on commit fbcc582

Please sign in to comment.