Bug #95611
connecteur cmis : AttributeError: 'AtomPubRepository' object has no attribute 'root_folder'
Start date:
19 September 2024
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
Ça avait déjà été vu en #85430 mais il n'y avait pas eu de correction technique.
https://sentry.entrouvert.org/entrouvert/publik/issues/132431/
AttributeError: 'AtomPubRepository' object has no attribute 'root_folder' (1 additional frame(s) were not displayed) ... File "passerelle/views.py", line 565, in perform result = self.endpoint(request, **params) File "passerelle/apps/cmis/models.py", line 139, in uploadfile doc = cmis_gateway.create_doc( File "passerelle/apps/cmis/models.py", line 228, in wrapper return f(*args, **kwargs) File "passerelle/apps/cmis/models.py", line 286, in create_doc folder = self._get_or_create_folder(file_path) File "passerelle/apps/cmis/models.py", line 269, in _get_or_create_folder folder = self.repo.root_folder Error occurred while processing request
Associated revisions
History
Updated by Robot Gitea 23 days ago
- Status changed from Nouveau to En cours
Benjamin Dauvergne (bdauvergne) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/passerelle/pulls/634
- Titre : WIP: cmis: fix typo (#95611)
- Modifications : https://git.entrouvert.org/entrouvert/passerelle/pulls/634/files
Updated by Robot Gitea 22 days ago
- Status changed from Solution proposée to Solution validée
Nicolas Roche (nroche) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea 15 days ago
- Status changed from Solution validée to Résolu (à déployer)
Benjamin Dauvergne (bdauvergne) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/passerelle/pulls/634
- Titre : cmis: fix typo (#95611)
- Modifications : https://git.entrouvert.org/entrouvert/passerelle/pulls/634/files
Updated by Transition automatique 15 days ago
- Status changed from Résolu (à déployer) to Solution déployée
cmis: fix typo (#95611)