Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
erp5
Commits
94937af2
Commit
94937af2
authored
Nov 14, 2016
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] RelationField: do not notifyChange for each focus event
parent
0fac5987
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_relation_input_js.js
...Item/web_page_module/rjs_gadget_erp5_relation_input_js.js
+8
-4
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_relation_input_js.xml
...tem/web_page_module/rjs_gadget_erp5_relation_input_js.xml
+2
-2
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_relation_input_js.js
View file @
94937af2
...
@@ -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
,
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_relation_input_js.xml
View file @
94937af2
...
@@ -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>
147
8515602.79
</float>
<float>
147
9133107.47
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment