Skip to content

Commit

Permalink
feat: 调整任务模板管理权限 --story=119850967
Browse files Browse the repository at this point in the history
  • Loading branch information
benero committed Sep 30, 2024
1 parent 54d02e4 commit 37f33f3
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions support-files/iam/initial.json
Original file line number Diff line number Diff line change
Expand Up @@ -2381,7 +2381,49 @@
"id": "public_api_create"
}
]
}
},
{
"name": "SLA",
"name_en": "SLA",
"actions": [
{
"id": "sla_calendar_view"
},
{
"id": "sla_calendar_create"
},
{
"id": "sla_calendar_edit"
},
{
"id": "sla_calendar_delete"
},
{
"id": "sla_agreement_view"
},
{
"id": "sla_agreement_create"
},
{
"id": "sla_agreement_edit"
},
{
"id": "sla_agreement_delete"
}
]
},
{
"name": "SLA 优先级",
"name_en": "SLA Priority",
"actions": [
{
"id": "sla_priority_view"
},
{
"id": "sla_priority_manage"
}
]
}
]
}
]
Expand Down Expand Up @@ -2613,49 +2655,7 @@
"required": true
}
]
},
{
"name": "SLA",
"name_en": "SLA",
"actions": [
{
"id": "sla_calendar_view"
},
{
"id": "sla_calendar_create"
},
{
"id": "sla_calendar_edit"
},
{
"id": "sla_calendar_delete"
},
{
"id": "sla_agreement_view"
},
{
"id": "sla_agreement_create"
},
{
"id": "sla_agreement_edit"
},
{
"id": "sla_agreement_delete"
}
]
},
{
"name": "SLA 优先级",
"name_en": "SLA Priority",
"actions": [
{
"id": "sla_priority_view"
},
{
"id": "sla_priority_manage"
}
]
}
}
]
}
}
Expand Down

0 comments on commit 37f33f3

Please sign in to comment.