Untitled diff

생성일 비교 결과 만료 없음
2 삭제
31
1 추가
31
{ "entityform_notifications_entityform_notification_email_org_rep" : {
{ "entityform_notifications_entityform_notification_email_org_rep" : {
"LABEL" : "Entityform Notification Email Org Rep",
"LABEL" : "Entityform Notification Email Org Rep",
"PLUGIN" : "rule",
"PLUGIN" : "rule",
"OWNER" : "rules",
"OWNER" : "rules",
"TAGS" : [ "entity_rules_entityform_submission" ],
"TAGS" : [ "entity_rules_entityform_submission" ],
"REQUIRES" : [ "rules" ],
"REQUIRES" : [ "rules" ],
"USES VARIABLES" : {
"USES VARIABLES" : {
"entity" : { "label" : "Entity", "type" : "entityform" },
"entity" : { "label" : "Entity", "type" : "entityform" },
"continue" : { "label" : "Continue Rules", "type" : "boolean" },
"continue" : { "label" : "Continue Rules", "type" : "boolean" },
"email_subject" : { "label" : "Email Subject", "type" : "text" },
"email_subject" : { "label" : "Email Subject", "type" : "text" },
"email_body" : { "label" : "Email Body", "type" : "text" },
"email_body" : { "label" : "Email Body", "type" : "text" },
"show_submission" : { "label" : "Show Submission", "type" : "boolean" }
"show_submission" : { "label" : "Show Submission", "type" : "boolean" }
},
},
"IF" : [
"IF" : [
{ "user_has_role" : { "account" : [ "entity:user" ], "roles" : { "value" : { "2" : "2" } } } },
{ "user_has_role" : { "account" : [ "entity:user" ], "roles" : { "value" : { "2" : "2" } } } },
{ "entity_has_field" : { "entity" : [ "entity:type" ], "field" : "field_fdl_org_rep_email" } },
{ "entity_has_field" : { "entity" : [ "entity" ], "field" : "field_fdl_org_rep_email" } },
{ "entity_is_of_type" : { "entity" : [ "entity" ], "type" : "entityform" } }
{ "entity_is_of_type" : { "entity" : [ "entity" ], "type" : "entityform" } }
],
],
"DO" : [
"DO" : [
{ "component_rules_entityform_notifications_email_send" : {
{ "component_rules_entityform_notifications_email_send" : {
"entityform" : [ "entity" ],
"entityform" : [ "entity" ],
"email_address" : [ "entity:user:mail" ],
"email_address" : [ "entity:field-fdl-org-rep-email" ],
"show_submission" : [ "show-submission" ],
"show_submission" : [ "show-submission" ],
"email_subject" : [ "email-subject" ],
"email_subject" : [ "email-subject" ],
"email_body" : [ "email-body" ]
"email_body" : [ "email-body" ]
}
}
}
}
],
],
"PROVIDES VARIABLES" : [ "continue" ]
"PROVIDES VARIABLES" : [ "continue" ]
}
}
}
}