Carlos Aristu <carlos.aristu@openbravo.com> [Wed, 23 Sep 2015 19:55:01 +0200] rev 27697
[roleInheritance] Prevent update role visibility in preference for templates
Carlos Aristu <carlos.aristu@openbravo.com> [Wed, 23 Sep 2015 19:27:51 +0200] rev 27696
[roleInheritance] Changes to adapt preference inheritance
Carlos Aristu <carlos.aristu@openbravo.com> [Wed, 23 Sep 2015 09:02:37 +0200] rev 27695
[roleInheritance] Add on create default for template field
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 22 Sep 2015 19:12:26 +0200] rev 27694
[roleInheritance] Add user not assigned to role message
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 22 Sep 2015 17:30:37 +0200] rev 27693
[roleInheritance] Changes to adapt alert recipient inheritance
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 22 Sep 2015 12:50:47 +0200] rev 27692
[roleInheritance] Prevent change access level in required cases
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 22 Sep 2015 11:25:15 +0200] rev 27691
[roleInheritance] Add display logic for Template field
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 22 Sep 2015 11:15:59 +0200] rev 27690
[roleInheritance] Add automatic propagation for Grant Access process
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 22 Sep 2015 10:16:34 +0200] rev 27689
[roleInheritance] Entity array not needed in handler
Carlos Aristu <carlos.aristu@openbravo.com> [Tue, 22 Sep 2015 10:13:05 +0200] rev 27688
[roleInheritance] Add propagation on access removal
Carlos Aristu <carlos.aristu@openbravo.com> [Mon, 21 Sep 2015 12:36:19 +0200] rev 27687
[roleInheritance] Prepare propagation for access deletion
Carlos Aristu <carlos.aristu@openbravo.com> [Mon, 21 Sep 2015 12:30:33 +0200] rev 27686
[roleInheritance] Added calculation for all inheritable entities
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 18 Sep 2015 15:25:11 +0200] rev 27685
[roleInheritance] Merge with pi
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 18 Sep 2015 15:21:16 +0200] rev 27684
[roleInheritance] Add manual recalculation process
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 18 Sep 2015 10:54:51 +0200] rev 27683
[roleInheritance] Add constraint to allow just manual role templates
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 18 Sep 2015 09:55:39 +0200] rev 27682
[roleInheritance] Add improvements on update propagation
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 18 Sep 2015 08:31:59 +0200] rev 27681
[roleInheritance] Add read only logic for inherited accesses
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 18 Sep 2015 08:25:52 +0200] rev 27680
[roleInheritance] Disable access deletion
Carlos Aristu <carlos.aristu@openbravo.com> [Thu, 17 Sep 2015 19:10:48 +0200] rev 27679
[roleInheritance] Centralize API in RoleInheritanceManager
Carlos Aristu <carlos.aristu@openbravo.com> [Thu, 17 Sep 2015 13:58:26 +0200] rev 27678
[roleInheritance] Added check for Template flag
Carlos Aristu <carlos.aristu@openbravo.com> [Thu, 17 Sep 2015 13:08:45 +0200] rev 27677
[roleInheritance] Added basic propagation feature
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 11 Sep 2015 15:08:11 +0200] rev 27676
[roleInheritance] Merge with pi
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 11 Sep 2015 15:06:12 +0200] rev 27675
[roleInheritance] Added basic functionallity
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 11 Sep 2015 11:37:00 +0200] rev 27674
[roleInheritance] Added help text for new fields
Carlos Aristu <carlos.aristu@openbravo.com> [Mon, 07 Sep 2015 19:04:30 +0200] rev 27673
[roleInheritance] Application Dictionary Infraestructure
Asier Lostalé <asier.lostale@openbravo.com> [Mon, 07 Sep 2015 09:58:01 +0200] rev 27672
fixed issue
30761: product characteristics popup shows all values
Filter out values in product characteristics popup when the parent grid is a
selector based on a custom HQL query.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Mon, 19 Oct 2015 09:41:59 +0200] rev 27671
related to issue
30761: improved product characteristics selector
Take into account grid configuration in product characteristics selector, to
make it work in the same manner other selectors do:
- By default grid filter critieria is applied
- It can be configured not to apply any criteria
Naroa Iriarte <naroa.iriarte@openbravo.com> [Fri, 04 Sep 2015 13:43:38 +0200] rev 27670
related to issue
30761: Product characteristics popup does not work properly
If any FK filter is used, the values shown in the other filters are restricted by them. This was not
happening with the product characteristics popu. In this case the whole tree was shown.
To fix this some steps have been done.
First of all it was necessary to change the where clause to take into account the filters applied in the grid.
On the other hand it has been necessary to take into account when a filter was applied in the "Product Characteristics"
column, because if at first you choose a value of a product characteristic, the second time you open the popup of
product characteristics, it is not possible to see any other product characteristic but the one previously chosen. That
was not working fine, it only has to take into account the filters applied in the grid.
To fix this, the product characteristics criteria has been removed if it existed one, and these all changes make possible to
have the values of the product characteristics filtered applying the filters of the grid but not taking into account the value
chosen in the first moment in the product characteristics popup.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Fri, 16 Oct 2015 12:34:52 +0200] rev 27669
Fixed issue
30933: Selectors with tree reference were not working fine.
Some classes have been changed; first of all, in the ob-formitem-tree-filter.js the problem was that there was no logic
for the selector windows and this logic has been added.
There was other problem, in SelectorComponent.java. This class is the one which handles the ftl of the selectors and
there was no logic for the tree references. The getFilterEditorProperties() has been modified for being able to show
the needed structure in the view. The Datasource Id, the treeGridFields and the treeReference were needed.
A new method called getTreeGridFieldsDefinition() has been created to get the correct structure with the correct data in the
tree grid fields.
Now it is possible to use a new selector with a column whose reference is a tree.
Alvaro Ferraz <alvaro.ferraz@openbravo.com> [Fri, 16 Oct 2015 10:16:54 +0200] rev 27668
Fixes issue
30877: U1 & U2 dimensions wrong defined
User1 and User2 accounting dimensions were wrongly defined when calculating isDisplayed value in DimensionDisplayUtility.