Skip to content
Snippets Groups Projects
Commit 0fbcc7b2 authored by Thorsten Roßner's avatar Thorsten Roßner
Browse files

feat: Add support for Notes app

parent 465f0fb7
No related branches found
No related tags found
No related merge requests found
...@@ -181,6 +181,7 @@ class Ucs: ...@@ -181,6 +181,7 @@ class Ucs:
"opendeskKnowledgemanagementEnabled": (not person['is_admin'] and not self.options_object.component_disable_knowledgemanagement), "opendeskKnowledgemanagementEnabled": (not person['is_admin'] and not self.options_object.component_disable_knowledgemanagement),
"opendeskLivecollaborationEnabled": (not person['is_admin'] and not self.options_object.component_disable_livecollaboration), "opendeskLivecollaborationEnabled": (not person['is_admin'] and not self.options_object.component_disable_livecollaboration),
"opendeskVideoconferenceEnabled": (not person['is_admin'] and not self.options_object.component_disable_videoconference), "opendeskVideoconferenceEnabled": (not person['is_admin'] and not self.options_object.component_disable_videoconference),
"opendeskNotesEnabled": (not person['is_admin'] and not self.options_object.component_disable_notes),
"opendeskFileshareAdmin": self.options_object.admin_enable_fileshare, "opendeskFileshareAdmin": self.options_object.admin_enable_fileshare,
"opendeskProjectmanagementAdmin": self.options_object.admin_enable_projectmanagement, "opendeskProjectmanagementAdmin": self.options_object.admin_enable_projectmanagement,
"opendeskKnowledgemanagementAdmin": self.options_object.admin_enable_knowledgemanagement, "opendeskKnowledgemanagementAdmin": self.options_object.admin_enable_knowledgemanagement,
......
...@@ -93,6 +93,13 @@ p.add( ...@@ -93,6 +93,13 @@ p.add(
type=opt2bool, type=opt2bool,
help='Optional: Set to "True" if users should not get the flag for videoconference access.', help='Optional: Set to "True" if users should not get the flag for videoconference access.',
) )
p.add(
"--component_disable_notes",
env_var="COMPONENT_DISABLE_NOTES",
default=False,
type=opt2bool,
help='Optional: Set to "True" if users should not get the flag for notes access.',
)
p.add( p.add(
"--create_admin_accounts", "--create_admin_accounts",
env_var="CREATE_ADMIN_ACCOUNTS", env_var="CREATE_ADMIN_ACCOUNTS",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.