projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46ba93
)
ang/crmMailing/Templates.js - Dropdown shouldn't show system workflow templates
author
Tim Otten
<totten@civicrm.org>
Fri, 1 Oct 2021 00:02:40 +0000
(17:02 -0700)
committer
Tim Otten
<totten@civicrm.org>
Fri, 1 Oct 2021 00:02:40 +0000
(17:02 -0700)
These are now identified by `workflow_name` rather than `workflow_id`.
ang/crmMailing/Templates.js
patch
|
blob
|
blame
|
history
diff --git
a/ang/crmMailing/Templates.js
b/ang/crmMailing/Templates.js
index 0c2b93dc2663f360533c6a532fb8149a97e059ae..301b565f23e0709f02a6215d951fd2702a66ce6c 100644
(file)
--- a/
ang/crmMailing/Templates.js
+++ b/
ang/crmMailing/Templates.js
@@
-72,8
+72,8
@@
}
rcpAjaxState.page_i = page_num - rcpAjaxState.page_n;
- var filterParams = { is_active: 1, workflow_
id
: { "IS NULL": 1 } };
-
+ var filterParams = { is_active: 1, workflow_
name
: { "IS NULL": 1 } };
+
var params = {
input: input,
page_num: rcpAjaxState.page_i,