Skip to content

Commit ee7ac38

Browse files
toniprietogithub-actions[bot]
authored andcommitted
Include the missing ADD policy action in the resource policy form
(cherry picked from commit 213e642)
1 parent ae585c3 commit ee7ac38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/shared/resource-policies/form/resource-policy-form.model.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ const policyActionList: DynamicFormOptionConfig<any>[] = [
3939
label: ActionType.WRITE.toString(),
4040
value: ActionType.WRITE
4141
},
42+
{
43+
label: ActionType.ADD.toString(),
44+
value: ActionType.ADD,
45+
},
4246
{
4347
label: ActionType.REMOVE.toString(),
4448
value: ActionType.REMOVE

0 commit comments

Comments
 (0)