Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 27 Nov 2013 11:48:07 +0100] rev 21527
Fixes issue
25217: New record is created after tabbing out of a new grid record
There was a case that was not being considered: Tabbing out of the last column in the grid, being this column a dynamic column (changing it triggers a call to the FIC), but without having changed it.
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 26 Nov 2013 15:05:49 +0100] rev 21526
Fixes issue
25214: A new record is created after tabbing out of a new grid record
Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 24 Oct 2013 10:33:39 +0200] rev 21525
Related to issue
24995: Enables tab key while creating a record in the grid
Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 23 Oct 2013 11:55:11 +0200] rev 21524
Fixes bug
24995: Moving to the next record in the grid with 'Tab' does not work
In this changeset [1] it was wrongly assumed that the newRow property represented whether the record being edit was new, but it represents if the grid is about to move to a new line. To check if the row is being created, this.getEditForm().isNew should be used.
[1] https://code.openbravo.com/erp/devel/pi/rev/9138cdfbcb9badfceaf1a0eb54b4be87fec6eb35
Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan@openbravo.com> [Thu, 21 Nov 2013 15:42:25 +0530] rev 21523
Fixes Issue
25038: Reversed Invoice created manually, but referencing a non-paid invoice has not Payment Plan record when it should
Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan@openbravo.com> [Wed, 20 Nov 2013 10:41:38 +0530] rev 21522
Fixes Issue
25175: BOM Production movement quantities could not be edited
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 15 Nov 2013 15:22:59 +0100] rev 21521
fixed bug
25119: Problem with grid configuration and field grouping
Apply grouping not only for saved views but also in grid configuration
Martin Taal <martin.taal@openbravo.com> [Tue, 05 Nov 2013 17:42:51 +0100] rev 21520
Fixes issue
25015: Many instances of WidgetClass consuming tomcat memory
The ComponentProviders are applicationscoped, this ment that the member instances and its references were maintained throughout the lifetime of the application. Causing each time a new component being created and stored there. The change creates a new instance dynamically all the time.
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 15 Nov 2013 10:52:43 +0100] rev 21519
fixed bug
25119: problem with grid configuration and field grouping
Remove grouping when deleting filters in case of filter clause
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 15 Nov 2013 09:47:05 +0100] rev 21518
fixed bug
25119: problem with grid configuration and field grouping
Don't apply grouping grid configuration till dataset callback as grouping is
done in client side with grid's data it expects data to be present
Shankar Balachandran <shankar.balachandran@openbravo.com> [Wed, 13 Nov 2013 14:01:03 +0530] rev 21517
Fixes Issue
0025131: Not possible to enter numeric values in some fields if they are used in a display logic
There may be cases if the value is an number within 10 digits, it is identified as an UUID.
In that case check is done to confirm whether it is indeed UUID by checking if it is available in the valueMap.
Victor Villar <victor.villar@openbravo.com> [Fri, 08 Nov 2013 15:43:58 +0100] rev 21516
Fixed issue
25100:Production cost is not calculated in instances with the old cost engine
Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 30 Oct 2013 23:39:07 +0100] rev 21515
Fixes issue
25049: Filter "and" clause is not working ok
This happened because a criterion with an 'and' operation does not include the fieldName as a root property. This property can be accessed from any of its inner criteria.
Stefan Hühner <stefan.huehner@openbravo.com> [Fri, 25 Oct 2013 15:53:42 -0400] rev 21514
Fixed
25029: Improve performance of linked items
Remove a few not really needed to_char calls which are confusing oracle
optimizer in at least one case causing it to not use an index where it
could.
Stefan Hühner <stefan.huehner@openbravo.com> [Fri, 25 Oct 2013 15:52:39 -0400] rev 21513
Issue
25029: Cleanup: delete a few unused,non-public xsql methods
Augusto Mauch <augusto.mauch@openbravo.com> [Tue, 29 Oct 2013 13:05:23 +0100] rev 21512
Fixes issue
25033: Problems with personalization and grid adaptive filtering
There was a problem when a saved view with no filter clause is applied over a view that had an active filter clause.
Consider the following sequence of events:
- A window (i.e. Sales Order) is opened
- An initial request to the datasource before the personalized view is applied. Suppose the datasource returns fewer than 100 records
- The personalized view is applied. As there is fewer than 100 records, the filtering is done locally. This is wrong, because the initial dataset was built over a filterClause, and the personalize view that is being applied does not have a filter clause. In this case the filtering should not be done locally.
Antonio Moreno <antonio.moreno@openbravo.com> [Tue, 29 Oct 2013 13:12:22 +0100] rev 21511
Fixed issue
25041. Computed columns with list references will now work correctly when the user filters by them in the grid.
RM packaging bot <staff.rm@openbravo.com> [Mon, 02 Dec 2013 16:41:33 +0100] rev 21510
CI: update AD_MODULE to version 21509
Shankar Balachandran <shankar.balachandran@openbravo.com> [Mon, 02 Dec 2013 13:47:34 +0530] rev 21509
Related to Issue
0024926:Code refactoring
Code refactoring to prevent type conversions.
RM packaging bot <staff.rm@openbravo.com> [Thu, 28 Nov 2013 19:56:56 +0100] rev 21508
CI: merge back from main
Shankar Balachandran <shankar.balachandran@openbravo.com> [Thu, 28 Nov 2013 23:09:09 +0530] rev 21507
Related to Issue
0024926: Added export data for other modules
Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 28 Nov 2013 18:14:17 +0100] rev 21506
Fixes issue
25215: All buttons are included in the grid datasource response
Initially only the buttons with label values were considered required for the grid. This was not enough, because there are buttons with docAction that need to have their value present when the button is pressed in order to compute its combos properly.
Augusto Mauch <augusto.mauch@openbravo.com> [Thu, 28 Nov 2013 16:53:57 +0100] rev 21505
Fixes bug
25218: Session properties are always included in the grid ds request
Shankar Balachandran <shankar.balachandran@openbravo.com> [Thu, 28 Nov 2013 21:58:59 +0530] rev 21504
Fixes Issue
0024926: Ability to disable parent key criteria on child tabs
* Added a new column disable_parent_key_column in ad_tab.
* The field name is 'Disable Parent Key Property' in Tab window.
* If the proeprty is checked in Tab, then the parentProperty will not be returned
and the whereClause has to be explicitly managed by the user or all the records of the table
in the current context will be displayed.
RM packaging bot <staff.rm@openbravo.com> [Thu, 28 Nov 2013 19:35:48 +0100] rev 21503
CI: update AD_MODULE to version 21502
Gorka Ion Damián <gorkaion.damian@openbravo.com> [Thu, 28 Nov 2013 12:15:12 +0100] rev 21502
Fixed issue
25241.Fix exception message translation.
RM packaging bot <staff.rm@openbravo.com> [Wed, 27 Nov 2013 14:44:13 +0100] rev 21501
CI: merge back from main
Atul Gaware <atul.gaware@geotechinfo.in> [Wed, 27 Nov 2013 11:35:40 +0530] rev 21500
Fixes Issue
25172: Sample data (F&B client)monthly update for November
Augusto Mauch <augusto.mauch@openbravo.com> [Wed, 27 Nov 2013 11:48:07 +0100] rev 21499
Fixes issue
25217: New record is created after tabbing out of a new grid record
There was a case that was not being considered: Tabbing out of the last column in the grid, being this column a dynamic column (changing it triggers a call to the FIC), but without having changed it.
Asier Lostalé <asier.lostale@openbravo.com> [Wed, 27 Nov 2013 11:18:18 +0100] rev 21498
fixed bug
25219: support for more than 1 out param in PG xsql for stored procs