Actualizar plugin Additionals a 3.0.0
This commit is contained in:
parent
3d976f1b3b
commit
a26f5567af
399 changed files with 70374 additions and 4093 deletions
|
@ -3,13 +3,14 @@ Members, Project
|
|||
|
||||
Project members macro for Redmine.
|
||||
|
||||
.. function:: {{members([project_name, title=TITLE, role=ROLE])}}
|
||||
.. function:: {{members([project_name, title=TITLE, role=ROLE, with_sum=BOOL])}}
|
||||
|
||||
Show list of project members
|
||||
|
||||
:param string project_name: can be project identifier, project name or project id
|
||||
:param string title: title to use for member list
|
||||
:param string role: only list members with this role. If you want to use multiple roles as filters, you have to use a | as separator.
|
||||
:param bool with_sum: show amount of members.
|
||||
|
||||
Scope
|
||||
+++++
|
||||
|
@ -25,6 +26,12 @@ List all members for all projects (with the current user permission)
|
|||
|
||||
{{members}}
|
||||
|
||||
List all members for all projects and show amount of members
|
||||
|
||||
.. code-block:: smarty
|
||||
|
||||
{{members(with_sum=true)}}
|
||||
|
||||
List all members for the project with the identifier of ``myproject``
|
||||
|
||||
.. code-block:: smarty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue