-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flow Not Saving Selected System TAG #436
Comments
I am having the same issue with the workflow PDF converter in the newest version of Nextcloud. The PDF files are not being generated and the result is no action. Has there been any progress in finding a solution for this? |
I have an issue which is similar. Actually, I can configure the workflow to be triggered the tag, but then looking at lines workflow_pdf_converter/lib/Operation.php Lines 79 to 82 in 814ccb6
we see that only events of type Now, inserting some "printf"-style debugging lines we see that the event which is actually triggered is of class The So in short: PDF conversion can at the moment not be triggered by system tags. The necessary changes are straight forward but more involved than just adding a semicolon or two ;) |
Actually, this is also sort of a bug as it is not clear from looking at the UI or the documentation that PDF conversion cannot (yet) be triggered by changing collaborative tags. |
BTW, part of this issue, namely that the tags were not remembered, is also discussed here nextcloud/server#3564 and probably fixed by 163b86b729fc6cf4105fa7ad95e488e6c5c05532 Still: even with that changer PDF conversion on tag changed cannot work unless something alike #454 is added to this app. |
Still not working with tag assigning :( Are any working fixes available? |
Steps to reproduce
Expected behaviour
Active flow shows selected tag
Actual behaviour
Selected Tag disappears, not saved so no pdf created when assigning tag to doc
PDF Converter app
PDF Converter app version: (see apps admin page:
/index.php/settings/apps
)1.10.0
Server configuration
Operating system: Ubuntu/RedHat/...
Web server: Apache/Nginx
Database: MySQL/Maria/SQLite/PostgreSQL
PHP version:
Nextcloud Version: (see admin page)
25.02
Where did you install Nextcloud from:
Signing status:
List of activated apps:
Nextcloud configuration:
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
Insert your server log here
The text was updated successfully, but these errors were encountered: