Commit ec99ee96 authored by Ram Mehta's avatar Ram Mehta

Make x-editable-boolean update UI after a change.

parent bf17b7ad
...@@ -494,7 +494,7 @@ ...@@ -494,7 +494,7 @@
case 'x-editable-boolean': case 'x-editable-boolean':
$el.editable({ $el.editable({
params: overrideXeditableParams, params: overrideXeditableParams,
display: function(value, sourceData, response) { display: function(value, response) {
// display new boolean value as an icon // display new boolean value as an icon
if(response) { if(response) {
if(value == '1') { if(value == '1') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment