- 21 Feb, 2018 5 commits
-
-
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 6 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.
-
Vincent Pelletier authored
-
- 17 Feb, 2018 3 commits
-
-
Arnaud Fontaine authored
WARNING product/ERP5Form/ListBox.py:987 DeprecationWarning: Each line of the "Sortable Columns" field property must be in the form "<column_id> | <cast_type>", where <cast_type> is one of ('', 'float').
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 16 Feb, 2018 6 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Georgios Dagkakis authored
-
Roque authored
-
Georgios Dagkakis authored
PublicHoliday_view
-
- 15 Feb, 2018 10 commits
-
-
Arnaud Fontaine authored
These are done through 'validate_action' not at 'validate' Workflow transition. text_content_{error,warning}_message_list was properly set through Component_modify Interaction (used for editing Component) which checks the source code without raising an exception.
-
Arnaud Fontaine authored
Half-broken, not useful after all and potentially harmful once Products Documents will be migrated from FS.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
* Use *Component temp_object instead of ad-hoc dicts (cleanup). * Select 'version' for all the modules at once instead of per modules (not practical when migrating many modules, eg for migrating Products Documents). * Fix naming of Form Fields (s/my_/your_/).
-
Arnaud Fontaine authored
Only the current ListBox page was submitted because this simply doesn't work with temp_objects. Instead, display all of the modules to be migrated on a single page.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Arnaud Fontaine authored
This can be chosen through Preference => "User Interface" tab. CodeMirror default keymap is used by default as until now.
-