- 27 Feb, 2018 5 commits
-
-
Ayush Tiwari authored
Also, as this error is returned via reponse code 403, we don't expect the element to be present. Hence there is no need to keep that check anymore.
-
Ayush Tiwari authored
Use this dialog in test to check if it correctly raises implementation error when trying to access this dialog.
-
Ayush Tiwari authored
In case there is an error and the target response if of type json, we should check for the portal_status_message and display it. [erp5_hal_json_style]: Do not set HTTP response code for error in Base_renderForm. Add new script Base_returnFailureMessage to return response header for HTTP code errors. Also, Remove useless message trunacation
-
Ayush Tiwari authored
-
Arnaud Fontaine authored
Also, Alt-Space is already bound to 'just-one-space' and not needed anyway as CodeMirror binds autocomplete to Alt-/ by default.
-
- 26 Feb, 2018 13 commits
-
-
Boris Kocherov authored
-
Boris Kocherov authored
-
Boris Kocherov authored
-
Boris Kocherov authored
-
Boris Kocherov authored
-
Boris Kocherov authored
-
Boris Kocherov authored
-
Boris Kocherov authored
-
Boris Kocherov authored
[erp5_only_office][erp5_officejs_ooffice] move cubefunction witch uses xmla in cubeFunctions.xmla.js file it is couse by license conflict
-
Tomáš Peterka authored
/reviewed-on !593
-
Vincent Bechu authored
/reviewed-on !595
-
Romain Courteaud authored
See romain/erp5@bbb5d569
-
Romain Courteaud authored
See bbb5d569
-
- 23 Feb, 2018 10 commits
-
-
Tomáš Peterka authored
/reviewed-on nexedi/erp5!594
-
Julien Muchembled authored
See commit 9ec2259e.
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Romain Courteaud authored
Do not silently skip content for void elements. Do not add not requested \n which create unwanted textNode.
-
Romain Courteaud authored
-
Romain Courteaud authored
Display also the pagination state next to the listbox title
-
Romain Courteaud authored
-
Sebastien Robin authored
As part of a manufacturing, we can have products partially built (thus having a particular industrial phase). However current code prevent setting as part of transformation lines a resource associated to a particular industrial phase. There should be no reaons to avoid this. industiral_phase is added to amount to allow getGeneratedAmountList (which is using temp Amount documents) to handle correctly industrial_phase
-
Tomáš Peterka authored
/reviewed-on nexedi/erp5!586
-
- 22 Feb, 2018 3 commits
-
-
Julien Muchembled authored
Reindexing a delivery is always recursive so in scenario where lines are added by many different builders and the values in property_dict are always the same, the useless reindexing was slower and slower. In the worst case, each builder adding 1 line, the number of reindexing activities increased quadratically. See also commit c020b93b.
-
Tomáš Peterka authored
-
Tomáš Peterka authored
- [renderjs_ui] add object_jio_print to newly introduced "Export" in editable form
-
- 21 Feb, 2018 8 commits
-
-
Tristan Cavelier authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Romain Courteaud authored
Displaying link as block make the text difficult to select for user
-
Tomáš Peterka authored
-
Ayush Tiwari authored
[erp5_web_renderjs_ui_test]: Use wait_for_content_loaded macro in go_to_foo_relation_field_view macro
-
Ayush Tiwari authored
Rely on using notification macros everytime we have some notification in tests.
-
Ayush Tiwari authored
This will ensure that whenever we use save macors, it'll use the notification macros to test for the correct notification hence minimizing code duplication. Also, Use wait_for_content_loaded macro after we use notification macro in save to ensure that spinner is cleared after notifications
-
- 20 Feb, 2018 1 commit
-
-
Julien Muchembled authored
-