File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
applications/party/src/main/groovy/org/apache/ofbiz/party/party Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,9 +259,9 @@ Map cancelPartyInvitationPermissionCheck() {
259259 */
260260Map partyCommunicationEventPermissionCheck () {
261261 Map result = success()
262- if (parameters. communicationEventTypeId == ' EMAIL_COMMUNICATION' && parameters . mainAction == ' CREATE ' ) {
262+ if (parameters. communicationEventTypeId == ' EMAIL_COMMUNICATION' ) {
263263 parameters. altPermission = ' PARTYMGR_CME-EMAIL'
264- } else if (parameters. communicationEventTypeId == ' COMMENT_NOTE' && parameters . mainAction == ' CREATE ' ) {
264+ } else if (parameters. communicationEventTypeId == ' COMMENT_NOTE' ) {
265265 parameters. altPermission = ' PARTYMGR_CME-NOTE'
266266 } else if (parameters. partyIdFrom != userLogin. partyId
267267 && parameters. partyIdTo != userLogin. partyId
You can’t perform that action at this time.
0 commit comments