Actions
Bug #111514
closedcrash à l'export des utilisateurs d'un rôle
Start date:
28 October 2025
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
https://sentry.entrouvert.org/organizations/entrouvert/issues/5710/
Problème Sentry : [PUBLIK-59K](https://sentry.entrouvert.org/organizations/entrouvert/issues/5710/?referrer=Redmine)
response = get_response(request)
File "django/core/handlers/base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "django/views/decorators/clickjacking.py", line 17, in wrapper_view
resp = view_func(*args, **kwargs)
File "authentic2/manager/utils.py", line 65, in _wrapped_view
return func(request, *args, **kwargs)
File "django/views/generic/base.py", line 104, in view
return self.dispatch(request, *args, **kwargs)
File "authentic2/manager/views.py", line 154, in dispatch
return super().dispatch(request, *args, **kwargs)
File "authentic2/manager/views.py", line 206, in dispatch
return super().dispatch(request, *args, **kwargs)
File "django/views/generic/base.py", line 143, in dispatch
return handler(request, *args, **kwargs)
File "authentic2/manager/views.py", line 408, in get
content = self.get_dataset().get_csv(quoting=csv.QUOTE_ALL)
File "authentic2/manager/views.py", line 401, in get_dataset
return self.get_resource().export(self.get_data())
File "import_export/resources.py", line 977, in export
headers = self.get_export_headers()
File "import_export/resources.py", line 940, in get_export_headers
force_str(field.column_name) for field in self.get_export_fields()]
File "import_export/resources.py", line 933, in get_export_fields
return self.get_fields()
File "import_export/resources.py", line 340, in get_fields
return [self.fields[f] for f in self.get_export_order()]
File "import_export/resources.py", line 340, in <listcomp>
return [self.fields[f] for f in self.get_export_order()]
Updated by Paul Marillonnet about 2 months ago
- Status changed from Nouveau to En cours
- Assignee set to Paul Marillonnet
Updated by Paul Marillonnet about 2 months ago
🤖 Une pull request concernant ce ticket a été ouverte :
- URL : https://git.entrouvert.org/entrouvert/authentic/pulls/617
- Titre : WIP: do not break on overly confident user fields export order (#111514)
- Modifications : https://git.entrouvert.org/entrouvert/authentic/pulls/617/files
Updated by Paul Marillonnet about 2 months ago
- Status changed from En cours to Solution proposée
Updated by Paul Marillonnet about 2 months ago
- Status changed from Solution proposée to En cours
🤖 Travail initié ou repris dans une pull request :
- URL : https://git.entrouvert.org/entrouvert/authentic/pulls/617
- Titre : WIP: do not break on overly confident user fields export order (#111514)
- Modifications : https://git.entrouvert.org/entrouvert/authentic/pulls/617/files
Updated by Paul Marillonnet about 2 months ago
- Related to Développement #111129: trixie: augmenter les versions python3-django-import-export et python3-djangorestframework added
Updated by Paul Marillonnet about 2 months ago
- Status changed from En cours to Solution proposée
Updated by Valentin Deniaud about 2 months ago
- Status changed from Solution proposée to Solution validée
🤖 Pull request approuvée :
Updated by Paul Marillonnet about 2 months ago
- Status changed from Solution validée to Résolu (à déployer)
🤖 Pull request fusionnée :
- URL : https://git.entrouvert.org/entrouvert/authentic/pulls/617
- Titre : do not break on overly confident user fields export order (#111514)
- Modifications : https://git.entrouvert.org/entrouvert/authentic/pulls/617/files
Updated by Transition automatique about 2 months ago
- Status changed from Résolu (à déployer) to Solution déployée
Actions