Project

General

Profile

Actions

Bug #111514

closed

crash à l'export des utilisateurs d'un rôle

Added by Valentin Deniaud about 2 months ago. Updated about 2 months ago.

Status:
Solution déployée
Priority:
Normal
Category:
-
Target version:
-
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()]


Related issues 1 (0 open1 closed)

Related to Authentic 2 - Développement #111129: trixie: augmenter les versions python3-django-import-export et python3-djangorestframeworkSolution déployéeBenjamin Dauvergne15 October 2025

Actions
Actions #2

Updated by Paul Marillonnet about 2 months ago

  • Status changed from Nouveau to En cours
  • Assignee set to Paul Marillonnet
Actions #3

Updated by Paul Marillonnet about 2 months ago

🤖 Une pull request concernant ce ticket a été ouverte :

Actions #4

Updated by Paul Marillonnet about 2 months ago

  • Status changed from En cours to Solution proposée
Actions #5

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 :

Actions #6

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
Actions #7

Updated by Paul Marillonnet about 2 months ago

  • Status changed from En cours to Solution proposée
Actions #8

Updated by Valentin Deniaud about 2 months ago

  • Status changed from Solution proposée to Solution validée

🤖 Pull request approuvée :

Actions #9

Updated by Paul Marillonnet about 2 months ago

  • Status changed from Solution validée to Résolu (à déployer)

🤖 Pull request fusionnée :

Actions #10

Updated by Transition automatique about 2 months ago

  • Status changed from Résolu (à déployer) to Solution déployée
Actions

Also available in: Atom PDF