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:
d7a8ffb
)
CrmUi - Fix tabSetOptions variable
author
Coleman Watts
<coleman@civicrm.org>
Tue, 9 Aug 2022 03:00:27 +0000
(23:00 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 9 Aug 2022 14:17:33 +0000
(10:17 -0400)
Prior to #23749 this had been passing an object around as a string.
During the refactoring it was treated as an object but still left as a string param.
Now it's passed as an object.
ang/crmUi.js
patch
|
blob
|
blame
|
history
diff --git
a/ang/crmUi.js
b/ang/crmUi.js
index 602e7048457122e65d16e21689206e9138e7968e..1e59ef0dbd49fee8edb8c586b6b0680b436d69a6 100644
(file)
--- a/
ang/crmUi.js
+++ b/
ang/crmUi.js
@@
-762,7
+762,7
@@
restrict: 'EA',
scope: {
crmUiTabSet: '@',
- tabSetOptions: '
@
'
+ tabSetOptions: '
<
'
},
templateUrl: '~/crmUi/tabset.html',
transclude: true,