mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Task List Updated
This commit is contained in:
@@ -241,16 +241,16 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="name"><a href="#any_user_can_add_new_task">any_user_can_add_new_task</a></td>
|
||||
<td class="name"><a href="#allow_add_task">allow_add_task</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#user_can_edit_own_tasks">user_can_edit_own_tasks</a></td>
|
||||
<td class="name"><a href="#expcore_roles_add_permission">expcore_roles_add_permission</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#only_admins_can_edit">only_admins_can_edit</a></td>
|
||||
<td class="name"><a href="#allow_edit_task">allow_edit_task</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="#edit_tasks_role_permission">edit_tasks_role_permission</a></td>
|
||||
<td class="name"><a href="#expcore_roles_edit_permission">expcore_roles_edit_permission</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -264,15 +264,15 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#any_user_can_add_new_task" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="any_user_can_add_new_task">any_user_can_add_new_task</span>
|
||||
<a href="#allow_add_task" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="allow_add_task">allow_add_task</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary"></p>
|
||||
<p class="section-item-description"> when false only people with edit permission can make new reports</p>
|
||||
<p class="section-item-description"> dictates who is allowed to add new tasks; values: all, admin, expcore.roles, none</p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
@@ -291,15 +291,16 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#user_can_edit_own_tasks" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="user_can_edit_own_tasks">user_can_edit_own_tasks</span>
|
||||
<a href="#expcore_roles_add_permission" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="expcore_roles_add_permission">expcore_roles_add_permission</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary"></p>
|
||||
<p class="section-item-description"> when false only people with edit permission can edit reports</p>
|
||||
<p class="section-item-description"> if expcore.roles is used then this is the required permission
|
||||
values can be all, admin, expcore.roles, none</p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
@@ -318,15 +319,15 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#only_admins_can_edit" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="only_admins_can_edit">only_admins_can_edit</span>
|
||||
<a href="#allow_edit_task" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="allow_edit_task">allow_edit_task</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary"></p>
|
||||
<p class="section-item-description"> true will hide the edit and delete buttons from non (game) admins</p>
|
||||
<p class="section-item-description"> dictates who is allowed to edit existing tasks; values: all, admin, expcore.roles, none</p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
@@ -345,15 +346,15 @@
|
||||
<dt>
|
||||
<div class="divider divider-custom"></div>
|
||||
<div class="block section-item-header">
|
||||
<a href="#edit_tasks_role_permission" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="edit_tasks_role_permission">edit_tasks_role_permission</span>
|
||||
<a href="#expcore_roles_edit_permission" class="fragment-hashtag">#</a>
|
||||
<span class="section-item-title" id="expcore_roles_edit_permission">expcore_roles_edit_permission</span>
|
||||
</div>
|
||||
</dt>
|
||||
<dd>
|
||||
<div class="section-item-body">
|
||||
|
||||
<p class="section-item-summary"></p>
|
||||
<p class="section-item-description"> value used with custom permission system</p>
|
||||
<p class="section-item-description"> if expcore.roles is used then this is the required permission</p>
|
||||
|
||||
<!-- parameters start -->
|
||||
<!-- parameters end -->
|
||||
@@ -384,7 +385,7 @@
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
|
||||
</div>
|
||||
<div class="content-footer column col-9 col-sm-12">
|
||||
<i>Last updated 2019-10-21 22:17:42 UTC</i>
|
||||
<i>Last updated 2019-10-24 01:44:32 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user