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 @@
case 'x-editable-boolean':
$el.editable({
params: overrideXeditableParams,
display: function(value, sourceData, response) {
display: function(value, response) {
// display new boolean value as an icon
if(response) {
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