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:
b448aa6
)
CRM-21169 - Fix broken inline edit for profiles
author
yashodha
<yashodha@cividesk.com>
Mon, 11 Sep 2017 05:50:12 +0000
(11:20 +0530)
committer
yashodha
<yashodha@cividesk.com>
Mon, 11 Sep 2017 05:50:12 +0000
(11:20 +0530)
js/view/crm.designer.js
patch
|
blob
|
blame
|
history
diff --git
a/js/view/crm.designer.js
b/js/view/crm.designer.js
index 40ff4e062e25447b97f1454db4b42f1b027c24fd..a92ac6d60676ef703cee77c3025aaab470eb14ef 100644
(file)
--- a/
js/view/crm.designer.js
+++ b/
js/view/crm.designer.js
@@
-376,7
+376,7
@@
}).bind('loaded.jstree', function () {
$('.crm-designer-palette-field', this).draggable({
appendTo: '.crm-designer',
- zIndex: $(this.$el).
zIndex(
) + 5000,
+ zIndex: $(this.$el).
css("zIndex"
) + 5000,
helper: 'clone',
connectToSortable: '.crm-designer-fields' // FIXME: tight canvas/palette coupling
});