Documentation updated
This commit is contained in:
parent
47b3979541
commit
85bf864ce8
@ -22,7 +22,7 @@
|
||||
## Requirements
|
||||
|
||||
* Redmine version >= 2.4.6
|
||||
|
||||
* Ruby >= 2.0.0
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user