Search found 72 matches
- Sat Jun 25, 2022 12:11 pm
- Forum: General topics
- Topic: The # in the url and why?
- Replies: 9
- Views: 2516
Re: The # in the url and why?
I am not familiar with traefik but yes my settings are still working but with the # After the first render of any Mayan page the URL is changed by adding the # via javascript as Mayan is a Single Page Application (see comment above^) so that the next link is loaded dynamically, as far as I understan...
- Fri Jun 24, 2022 10:15 pm
- Forum: Feature requests
- Topic: Display order by Creation Date
- Replies: 2
- Views: 142
Re: Display order by Creation Date
Better request this new filter for cabinets via https://gitlab.com/mayan-edms/mayan-edms/-/issues What is possible but not what you want is sort documents by adding: ?_ordering=-datetime_created to your URL so it becomes: ../documents/?_ordering=-datetime_created I tried to add this to a search resu...
- Mon Jun 20, 2022 9:05 am
- Forum: General topics
- Topic: How to transfer from direct deployment to docker installation?
- Replies: 1
- Views: 136
Re: How to transfer from direct deployment to docker installation?
I have not seen any documentation about then.
I guess backing up your data (database + media folder) and use it in the docker version?
I guess backing up your data (database + media folder) and use it in the docker version?
- Thu Jun 09, 2022 9:07 am
- Forum: Issues or Errors
- Topic: Error on changed file storage folder
- Replies: 1
- Views: 208
Re: Error on changed file storage folder
The error:
Check is the mayan user can access/create the in the document/folder.
Some other samba troubleshooting is available here:
https://docs.mayan-edms.com/parts/troub ... ight=samba
sounds like some sort of authentication problem.Operation not permitted
Check is the mayan user can access/create the in the document/folder.
Some other samba troubleshooting is available here:
https://docs.mayan-edms.com/parts/troub ... ight=samba
- Thu Jun 09, 2022 8:58 am
- Forum: Issues or Errors
- Topic: mayan.apps.logging.middleware.error
- Replies: 2
- Views: 101
Re: mayan.apps.logging.middleware.error
It seems Mayan cannot find your files. <WSGIRequest: GET '/api/v4/documents/1377/versions/1169/pages/18152/image/?transformation_0_name=resize&transformation_0_argument__width=800&transformation_0_argument__height=&_hash=b776475b836b053438bcf3d1fba7539aa3036757295ed1ced2dad5a1c3c21eeb'>,...
- Thu Jun 09, 2022 7:57 am
- Forum: Issues or Errors
- Topic: API patch call request to update document language fails
- Replies: 1
- Views: 103
Re: API patch call request to update document language fails
For now unfortunately I just save the new language directly in the DB. So no event is stored.
- Wed Jun 08, 2022 1:21 pm
- Forum: General topics
- Topic: Workflow Transition on Adding Tag
- Replies: 2
- Views: 368
Re: Workflow Transition on Adding Tag
I'm having the same problem. Did you find it out? I was thinking of using the tags too, Replace them in the workflow and checking the tags to move the documents through the workflow. But for now, all the documents start in the initial state of the workflow and stay there as I cannot capture the tag ...
- Mon Jun 06, 2022 8:19 pm
- Forum: API
- Topic: find tag id by label
- Replies: 2
- Views: 373
Re: find tag id by label
When you edit any tag you will see the id in the URL also when you hover with your mouse over the tag it is displayed Another option is to filter the API response... /api/v4/tags/?_fields_only=id,label will give you something like: { "count": 2, "next": null, "previous"...
- Sun Jun 05, 2022 9:05 am
- Forum: Feature requests
- Topic: Google Docs and Office 365 plugin
- Replies: 1
- Views: 103
Re: Google Docs and Office 365 plugin
For google docs:
You can in Linux create a local folder (via mount) that links to google docs and use that folder a watch folder.
You can in Linux create a local folder (via mount) that links to google docs and use that folder a watch folder.
- Sun Jun 05, 2022 8:51 am
- Forum: Feature requests
- Topic: Double language OCR
- Replies: 1
- Views: 253