Added config to allow any user to make new tasks

This commit is contained in:
Cooldude2606
2019-05-31 21:40:38 +01:00
parent 37af6ee928
commit fcfcc0d308
2 changed files with 19 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
-- config file for the tasks gui
return {
any_user_can_add_new_task = true, -- when false only people with edit permission can make new reports
user_can_edit_own_tasks = true, -- when false only people with edit permission can edit reports
only_admins_can_edit = false, -- true will hide the edit and delete buttons from non (game) admins
edit_tasks_role_permision = 'gui/task-list/edit' -- value used with custom permision system
}