Actions
Feature #2149
openxmera Omnia - Collection #2150: Add macros
Add a macro for showing data of the last approved version
Start date:
Due date:
% Done:
0%
Estimated time:
6.00 h
Compatible Redmine Version:
Pull Request Link:
Description
Currently, there are only data of the last version independent of its final approval state:
{{dmsfversion(document_id [, revision_id])}}
To get the last version which was approved by default the macro could be look like this:
# State could be waiting, approved, assigned, rejected, obsolete, default: approved
{{dmsflastversion(document_id [, state])}}
Instead of creating a new marcro the existing one could be extended:
{{dmsfversion(document_id [, state or revision_id])}}
Actions