Buttons to add a workflow / add document to a list are not generated
Open Source Document Management System
Brought to you by:
steinm
In version 6.0.26, it is no longer possible to add a workflow to an existing document or add the document to a list, because the respective buttons "Workflow zuweisen" and "Zur Dokumentenliste hinzufügen" are not generated.
Culprit is "views/bootstrap/class.ViewDocument.php" in version v6.0.26 - using this file from version 6.0.25 fixes the error.
I was able to further track down the issue: ignoring commit 2e8ab0 to allow to set workflow of previous versions again fixes my issue with v6.0.26. I do not know, whether this is the intended behaviour or if this a bug.
Stupid error. I will fix it for the next version.
Perfect, thanks!