Fix smart annotation is missing at editing column with smart annotation [SCI-997]

This commit is contained in:
Oleksii Kriuchykhin 2017-02-03 16:42:38 +01:00
parent 65bbd81497
commit 916ed2572a

View file

@ -492,6 +492,7 @@ function onClickEdit() {
});
// initialize smart annotation
SmartAnnotation.init($('[data-object="sample_custom_fields"]'));
_.each($('[data-object="custom_fields"]'), function(el) {
if(_.isUndefined($(el).data('atwho'))) {
SmartAnnotation.init(el);