Bug #91048
global action, get_action_form renvoie None (AttributeError: 'NoneType' object has no attribute 'method')
Start date:
24 May 2024
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
https://sentry.entrouvert.org/entrouvert/publik/issues/126648/
AttributeError: 'NoneType' object has no attribute 'method' File "wcs/qommon/afterjobs.py", line 127, in run self.execute() File "wcs/forms/actions.py", line 251, in execute self.execute_one(publisher, formdata, action, user) File "wcs/forms/actions.py", line 266, in execute_one form.method = 'get'
Associated revisions
History
Updated by Robot Gitea about 1 year ago
- Status changed from Nouveau to En cours
- Assignee set to Frédéric Péters
Frédéric Péters (fpeters) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/wcs/pulls/1527
- Titre : WIP: workflows: ignore empty action form in interactive actions (#91048)
- Modifications : https://git.entrouvert.org/entrouvert/wcs/pulls/1527/files
Updated by Robot Gitea about 1 year ago
- Status changed from Solution proposée to Solution validée
Thomas NOËL (tnoel) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea about 1 year ago
- Status changed from Solution validée to Résolu (à déployer)
Frédéric Péters (fpeters) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/wcs/pulls/1527
- Titre : workflows: ignore empty action form in interactive actions (#91048)
- Modifications : https://git.entrouvert.org/entrouvert/wcs/pulls/1527/files
Updated by Transition automatique about 1 year ago
- Status changed from Résolu (à déployer) to Solution déployée
workflows: ignore empty action form in interactive actions (#91048)