Skip to content

Add missing options and fix editor value #2551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -845,22 +845,38 @@
"label": "Publishing Editor - The user can create, read, edit, and delete all items in the folder, and create subfolders.",
"value": "PublishingEditor"
},
{
"label": "Editor - The user can create items in the folder. The contents of the folder do not appear.",
"value": "Editor"
},
{
"label": "Publishing Author. The user can read, create all items/subfolders. Can modify and delete only items they create.",
"value": "PublishingAuthor"
},
{
"label": "Author - The user can create and read items, and modify and delete items that they create.",
"value": "Author"
},
{
"label": "Non Editing Author - The user has full read access and create items. Can can delete only own items.",
"value": "NonEditingAuthor"
},
{
"label": "Reviewer - The user can read all items in the folder.",
"value": "Reviewer"
},
{
"label": "Editor - The user can create items in the folder. The contents of the folder do not appear.",
"label": "Contributor - The user can create items and folders.",
"value": "Contributor"
},
{
"label": "Limited Details - The user can view free/busy time within the calendar and the subject and location of appointments.",
"value": "LimitedDetails"
},
{
"label": "Availability Only - Indicates that the user can view only free/busy time within the calendar.",
"value": "AvailabilityOnly"
},
{
"label": "Limited Details - The user can view free/busy time within the calendar and the subject and location of appointments.",
"value": "LimitedDetails"
},
{
"label": "None - The user has no permissions on the folder.",
"value": "none"
Expand Down