Commit 94937af2 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] RelationField: do not notifyChange for each focus event

parent 0fac5987
......@@ -361,10 +361,10 @@
has_focus: false
});
})
.push(function () {
return gadget.notifyChange();
})
]);
})
.push(function () {
return gadget.notifyChange();
});
}, true, false)
......@@ -392,13 +392,17 @@
return;
}
var context = this;
return this.changeState({
value_text: event.target.value,
value_relative_url: null,
value_uid: null,
value_portal_type: null,
has_focus: true
});
})
.push(function () {
return context.notifyChange();
});
}, true, false);
}(window, rJS, RSVP, URI, promiseEventListener,
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>955.7686.33333.9745</string> </value>
<value> <string>955.17976.26191.30156</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1478515602.79</float>
<float>1479133107.47</float>
<string>UTC</string>
</tuple>
</state>
......
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