Anomalie #3660
ferméCrash on modifying CONTEXT RECORD related to FIND
0%
Description
On Picardie V2
When trying to define a CONTEXT RECORD for a FIND that has no more CONTEXT RECORD
Seems to be a problem with basefind.
TypeError at /find_modification/done
unbound method get_first_base_find() must be called with Find instance as first argument (got nothing instead)
Request Method: GET
Request URL: http://picardie.ishtar-archeo.net/find_modification/done
Django Version: 1.4.5
Exception Type: TypeError
Exception Value:
unbound method get_first_base_find() must be called with Find instance as first argument (got nothing instead)
Exception Location: /var/lib/python-django-ishtar/ishtar_common/wizards.py in save_model, line 572
Python Executable: /usr/bin/uwsgi-core
Python Version: 2.7.3
Python Path:
['/var/lib/python-django-ishtar/',
'.',
'',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-linux2',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages/PIL',
'/usr/lib/pymodules/python2.7']
Server time: jeu, 20 Jul 2017 12:27:43 +0200
Traceback:
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
- response = callback(request, *callback_args, **callback_kwargs)
File "/var/lib/python-django-ishtar/ishtar_common/wizards.py" in _wrapped_view
- return view_func(request, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/django/views/generic/base.py" in view
- return self.dispatch(request, *args, **kwargs)
File "/var/lib/python-django-ishtar/ishtar_common/wizards.py" in dispatch
- return super(Wizard, 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
- ), **kwargs)
File "/usr/lib/python2.7/dist-packages/django/contrib/formtools/wizard/views.py" in render_done
- return super(NamedUrlWizardView, self).render_done(form, **kwargs)
File "/usr/lib/python2.7/dist-packages/django/contrib/formtools/wizard/views.py" in render_done
- done_response = self.done(final_form_list, **kwargs)
File "/var/lib/python-django-ishtar/ishtar_common/wizards.py" in done
- return_object)
File "/var/lib/python-django-ishtar/ishtar_common/wizards.py" in save_model
- m = m()
Exception Type: TypeError at /find_modification/done
Exception Value: unbound method get_first_base_find() must be called with Find instance as first argument (got nothing instead)
Mis à jour par Yann Le Jeune il y a plus de 7 ans
- Statut changé de Nouveau à Fermé
-W Ishtar-tests