-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
dev/core#61 Split Edit Message Templates Permission #11974
Changes from 2 commits
e86f2eb
3b23dae
9faa733
50e2850
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -262,15 +262,15 @@ | |
<page_callback>CRM_Admin_Page_MessageTemplates</page_callback> | ||
<adminGroup>Communications</adminGroup> | ||
<icon>admin/small/template.png</icon> | ||
<access_arguments>edit message templates</access_arguments> | ||
<access_arguments>edit message templates;edit user-driven message templates;edit system workflow message templates</access_arguments> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see the xml sometimes uses commas & sometimes semi-colons - do they have the same meaning? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it’s the diff between or and I think ; == or , == and There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think Seamus is right |
||
<weight>30</weight> | ||
</item> | ||
<item> | ||
<path>civicrm/admin/messageTemplates/add</path> | ||
<title>Message Templates</title> | ||
<desc>Add/Edit Message Templates</desc> | ||
<page_callback>CRM_Admin_Form_MessageTemplates</page_callback> | ||
<access_arguments>edit message templates</access_arguments> | ||
<access_arguments>edit message templates;edit user-driven message templates;edit system workflow message templates</access_arguments> | ||
<weight>262</weight> | ||
</item> | ||
<item> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not really familiar with message templates so just a question here, is it impossible for user driven message templates to have a workflow ID?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User driven message templates do not have workflow ID. A template becomes system workflow message template the moment it has workflow ID.