- 26 Feb, 2018 4 commits
-
-
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 10 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
[renderjs_ui+hal_json] Add information about previous view (using form_id) to actions/workflow links
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 19 Feb, 2018 5 commits
-
-
Julien Muchembled authored
ActiveProcess is not a Folder.
-
Julien Muchembled authored
It became superfluous with commit 797a8c29.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
To not receive catalog already tainted by clearing & reindexing. In turn, this allows testing catalog reference content for equality: catalog must be exactly the same before/after an ERP5Site_reindexAll, and before/after a hot-reindex. So issubset is not an acceptable method. Instead, use assertItemsEqual, and raise max diff size. Also, tidy code a bit: - Avoid clearing catalog only to restrict result set. - Improve coding style. - Simplify code (single-use variables...). - Call assert methods producing more helpful error messages on failure.
-
Vincent Pelletier authored
And not the implementation detail of what type of activity may spawn in the subsequent reindexation.
-