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