- 19 Dec, 2016 5 commits
-
-
Cédric Le Ninivin authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Tristan Cavelier authored
/reviewed-on !210
-
- 16 Dec, 2016 1 commit
-
-
Vincent Bechu authored
/reviewed-on nexedi/erp5!206
-
- 15 Dec, 2016 9 commits
-
-
Cédric Le Ninivin authored
-
Romain Courteaud authored
editable state is kept
-
Romain Courteaud authored
Mimic formulator behaviour to reduce jIO conflicts.
-
Sebastien Robin authored
-
Sebastien Robin authored
When AdoptSolver is called for the property 'quantity' on a list of simulation movements having sum([simulation quantities]) equal to 0, then the delivery error must be 0. Before, we were setting as delivery error -quantity of that simulation movement, then we still had divergence even after the solver was called.
-
Romain Courteaud authored
ERP5JS will display the worklist on the search page in such case.
-
iv authored
On workflows accounting_date_workflow and counter_date_workflow, the permission name was using capitalized case instead.
-
iv authored
-
-
- 14 Dec, 2016 1 commit
-
-
Romain Courteaud authored
This allow to separate management of click/blur events. Blur is only used to remove the li elements. Click check if user selected a li element.
-
- 13 Dec, 2016 1 commit
-
-
Tristan Cavelier authored
After going to a resource that you are unauthorized to view, then the error is shown incorrectly because the default UI tries to use properties of the same resource, reraising unauthorized error. With this commit, if unauthorized is reraised, it tries to show the error from the portal object. If the user is still unauthorized to see the error output, then the error is shown directly without the classic UI. /reviewed-on nexedi/erp5!192
-
- 12 Dec, 2016 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Apply security in ERP5User methods.
-
Vincent Pelletier authored
Require the findings to be consistent when applicable. May happen for example when migrating a user from being handled by one PAS plugin to another.
-
Vincent Pelletier authored
It does not depend on a specific plugin. Also, update all importers. Also, reduce import cycles in ERP5Security.
-
- 09 Dec, 2016 7 commits
-
-
Cédric Le Ninivin authored
The value used to be displayed will be the last value of the tuple
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
This is "Internal Trade Condition", not "Purchase Trade Condition"
-
- 08 Dec, 2016 9 commits
-
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
acl_users ERP5 user enumeration plugin(s) already search for Persons by their user id, so this code duplicates the checks done just a few lines above it.
-
Vincent Pelletier authored
Rather than testing before calling.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
acl_users is one of the rare objects (with SQL connectors) which are intended to be fetched by acquisition, allowing overrides. Also, move code out of try..finally block where possible.
-
- 07 Dec, 2016 3 commits
-
-
Klaus Wölfel authored
@seb I need this for a wendelin project, but I think it is usefull in generic erp5, is it ok ? /reviewed-on nexedi/erp5!203
-
Romain Courteaud authored
-
Romain Courteaud authored
-