always update data element on edit
This commit is contained in:
parent
01a20963c1
commit
9fde49bdce
1 changed files with 1 additions and 4 deletions
|
@ -756,10 +756,7 @@ oml.ui.infoView = function(externalData, isMixed) {
|
||||||
result.data.id, key, result.data[key]
|
result.data.id, key, result.data[key]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
// FIXME: what is this?
|
|
||||||
if (Ox.contains(['title', 'author'], key)) {
|
|
||||||
that.updateElement(result.data, [$data]);
|
that.updateElement(result.data, [$data]);
|
||||||
}
|
|
||||||
that.triggerEvent('change', Ox.extend({}, key, value));
|
that.triggerEvent('change', Ox.extend({}, key, value));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue