[FIX] runbot: add edition access to error content

This was forgotten during the refactoring. Needed to link error together
This commit is contained in:
Xavier-Do 2024-12-10 10:25:32 +01:00
parent f74391fc13
commit 7aa68eb3ac

View File

@ -21,12 +21,13 @@ access_runbot_config_step_upgrade_db_manager,runbot_config_step_upgrade_db_manag
access_runbot_build_error_user,runbot_build_error_user,runbot.model_runbot_build_error,group_user,1,0,0,0
access_runbot_build_error_admin,runbot_build_error_admin,runbot.model_runbot_build_error,runbot.group_runbot_admin,1,1,1,1
access_runbot_build_error_manager,runbot_build_error_manager,runbot.model_runbot_build_error,runbot.group_runbot_error_manager,1,1,1,1
access_runbot_build_error_content_user,runbot_build_error_content_user,runbot.model_runbot_build_error_content,group_user,1,0,0,0
access_runbot_build_error_content_admin,runbot_build_error_content_admin,runbot.model_runbot_build_error_content,runbot.group_runbot_admin,1,1,1,1
access_runbot_build_error_manager,runbot_build_error_manager,runbot.model_runbot_build_error,runbot.group_runbot_error_manager,1,1,1,1
access_runbot_build_error_content_manager,runbot_build_error_content_manager,runbot.model_runbot_build_error_content,runbot.group_runbot_error_manager,1,1,1,1
access_runbot_build_error_link_user,runbot_runbot_build_error_link_user,runbot.model_runbot_build_error_link,group_user,1,0,0,0
access_runbot_build_error_link_admin,runbot_runbot_build_error_link_admin,runbot.model_runbot_build_error_link,runbot.group_runbot_admin,1,1,1,1
access_runbot_build_error_link_manager,runbot_runbot_build_error_link_manager,runbot.model_runbot_build_error_link,runbot.group_runbot_error_manager,1,1,1,0
access_runbot_build_error_link_manager,runbot_runbot_build_error_link_manager,runbot.model_runbot_build_error_link,runbot.group_runbot_error_manager,1,1,1,1
access_runbot_build_error_tag_user,runbot_build_error_tag_user,runbot.model_runbot_build_error_tag,group_user,1,0,0,0
access_runbot_build_error_tag_admin,runbot_build_error_tag_admin,runbot.model_runbot_build_error_tag,runbot.group_runbot_admin,1,1,1,1
access_runbot_build_error_tag_manager,runbot_build_error_tag_manager,runbot.model_runbot_build_error_tag,runbot.group_runbot_error_manager,1,1,1,1

1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
21 access_runbot_build_error_manager access_runbot_build_error_content_admin runbot_build_error_manager runbot_build_error_content_admin runbot.model_runbot_build_error runbot.model_runbot_build_error_content runbot.group_runbot_error_manager runbot.group_runbot_admin 1 1 1 1
22 access_runbot_build_error_link_user access_runbot_build_error_content_manager runbot_runbot_build_error_link_user runbot_build_error_content_manager runbot.model_runbot_build_error_link runbot.model_runbot_build_error_content group_user runbot.group_runbot_error_manager 1 0 1 0 1 0 1
23 access_runbot_build_error_link_admin access_runbot_build_error_link_user runbot_runbot_build_error_link_admin runbot_runbot_build_error_link_user runbot.model_runbot_build_error_link runbot.group_runbot_admin group_user 1 1 0 1 0 1 0
24 access_runbot_build_error_link_admin runbot_runbot_build_error_link_admin runbot.model_runbot_build_error_link runbot.group_runbot_admin 1 1 1 1
25 access_runbot_build_error_link_manager runbot_runbot_build_error_link_manager runbot.model_runbot_build_error_link runbot.group_runbot_error_manager 1 1 1 0 1
26 access_runbot_build_error_tag_user runbot_build_error_tag_user runbot.model_runbot_build_error_tag group_user 1 0 0 0
27 access_runbot_build_error_tag_admin runbot_build_error_tag_admin runbot.model_runbot_build_error_tag runbot.group_runbot_admin 1 1 1 1
28 access_runbot_build_error_tag_manager runbot_build_error_tag_manager runbot.model_runbot_build_error_tag runbot.group_runbot_error_manager 1 1 1 1
29 access_runbot_team_admin runbot_team_admin runbot.model_runbot_team runbot.group_runbot_admin 1 1 1 1
30 access_runbot_team_team_manager runbot_team_team_manager runbot.model_runbot_team runbot.group_runbot_team_manager 1 1 1 1
31 access_runbot_team_user runbot_team_user runbot.model_runbot_team group_user 1 0 0 0
32 access_runbot_error_bulk_wizard_admin access_runbot_error_bulk_wizard_admin runbot.model_runbot_error_bulk_wizard runbot.group_runbot_admin 1 1 1 1
33 access_runbot_error_bulk_wizard_manager access_runbot_error_bulk_wizard_manager runbot.model_runbot_error_bulk_wizard runbot.group_runbot_error_manager 1 1 1 1