Skip to content

Commit 15f4585

Browse files
authored
Merge pull request DSpace#4939 from DSpace/backport-4937-to-dspace-8_x
[Port dspace-8_x] Add the missing ADD policy action to the resource policy form
2 parents b8732f8 + d4db342 commit 15f4585

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)