Anomalie #2928
ferméIshtar-Core : modify OPE crash from sheetfile
0%
Description
On an Ishtar-Core solo instance, the modify crashes, lack of link with the FILES ??
ValueError at /operation_modification/general-operation_modification
'associated_file' is not in list
Request Method: GET
Request URL: http://ishtar-nhi.paleosystem.fr/operation_modification/general-operation_modification
Django Version: 1.4.5
Exception Type: ValueError
Exception Value:
'associated_file' is not in list
Exception Location: /srv/ishtar-NHI/ishtar/archaeological_operations/forms.py in init, line 699
Traceback:
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
- response = callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py" in view
- return self.dispatch(request, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/django/contrib/formtools/wizard/views.py" in dispatch
- response = super(WizardView, self).dispatch(request, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py" in dispatch
- return handler(request, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/django/contrib/formtools/wizard/views.py" in get
- files=self.storage.current_step_files,
File "/srv/ishtar-NHI/ishtar/archaeological_operations/wizards.py" in get_form
- form = super(OperationWizard, self).get_form(step, data, files)
File "/srv/ishtar-NHI/ishtar/ishtar_common/wizards.py" in get_form
- form = super(Wizard, self).get_form(step, data, files)
File "/usr/lib/python2.7/dist-packages/django/contrib/formtools/wizard/views.py" in get_form
- return self.form_liststep
File "/srv/ishtar-NHI/ishtar/archaeological_operations/forms.py" in init
- self.fields.keyOrder.pop(self.fields.keyOrder.index('associated_file'))
Exception Type: ValueError at /operation_modification/general-operation_modification
Exception Value: 'associated_file' is not in list
Mis à jour par Yann Le Jeune il y a environ 9 ans
- Description mis à jour (diff)
Same crash from "modify" in menu
Mis à jour par Yann Le Jeune il y a presque 9 ans
- Assigné à changé de Étienne Loks à Yann Le Jeune
To be checked