Bug #95392
utilisation d'un client d'API pour créer une demande sans passer par l'API (ProgrammingError: can't adapt type 'ellipsis')
Start date:
14 September 2024
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
https://sentry.entrouvert.org/entrouvert/publik/issues/132396/
POST sur https://xxx/signalement/signaler-un-desagrement/ avec User-Agent: PostmanRuntime/7.41.2.
ProgrammingError: can't adapt type 'ellipsis' (8 additional frame(s) were not displayed) ... File "wcs/forms/root.py", line 1839, in save_draft filled.store(where=where) File "wcs/qommon/substitution.py", line 27, in f return func(*args, **kwargs) File "contextlib.py", line 81, in inner return func(*args, **kwds) File "wcs/sql.py", line 2946, in store cur.execute(sql_statement, sql_dict) File "wcs/sql.py", line 136, in execute return super().execute(query, vars)
Associated revisions
History
Updated by Robot Gitea 28 days 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/1802
- Titre : WIP: misc: forbid API client on web form view (#95392)
- Modifications : https://git.entrouvert.org/entrouvert/wcs/pulls/1802/files
Updated by Robot Gitea 26 days ago
- Status changed from Solution proposée to Solution validée
Lauréline Guérin (lguerin) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea 26 days 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/1802
- Titre : misc: forbid API client on web form view (#95392)
- Modifications : https://git.entrouvert.org/entrouvert/wcs/pulls/1802/files
Updated by Transition automatique 26 days ago
- Status changed from Résolu (à déployer) to Solution déployée
misc: forbid API client on web form view (#95392)