Skip to content

Commit

Permalink
Merge pull request #563 from navikt/modifyAllFAQs
Browse files Browse the repository at this point in the history
Gives modify all FAQs to allow edit/delete on other owners
  • Loading branch information
mamikals authored Jan 30, 2024
2 parents 6df79ad + bd01f69 commit 33e68ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<allowDelete>true</allowDelete>
<allowEdit>true</allowEdit>
<allowRead>true</allowRead>
<modifyAllRecords>false</modifyAllRecords>
<modifyAllRecords>true</modifyAllRecords>
<object>CRM_FAQ__c</object>
<viewAllRecords>false</viewAllRecords>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
<tabSettings>
<tab>CRM_FAQ__c</tab>
Expand Down

0 comments on commit 33e68ec

Please sign in to comment.