Documentation updated

This commit is contained in:
Alexander Meindl 2015-08-02 09:36:01 +02:00
parent 47b3979541
commit 85bf864ce8
2 changed files with 6 additions and 2 deletions

View File

@ -22,7 +22,7 @@
## Requirements
* Redmine version >= 2.4.6
* Ruby >= 2.0.0
## Installation

View File

@ -21,10 +21,14 @@ Syntax:
{{list_users(the-identifier)}}
...A box showing all members for the project with the identifier of 'the-identifier'
{{list_users(the-identifier, Manager)}}
{{list_users(the-identifier, role=Manager)}}
...A box showing all members for the project with the identifier of 'the-identifier', which
have the role "Manager"
{{list_users(the-identifier, title=My user list)}}
...A box showing all members for the project with the identifier of 'the-identifier' and with
box title "My user list"
EOHELP
macro :list_users do |obj, args|