Related to issue Related to issue
29766: Retail Operations Buffer: store all transactions in operations table before processing
Set minimum queue size to sensible value
Fixed issue
30112: The message shown trying to save a datapackage isn't correct
The problem was that the message associated to the label "20102" was not correct in this case.
To fix this, a new message has been added to AD_MESSAGE, and now, the message
'The java package of the Data Package must be within the java package of its module.' is
shown when the java package of the module is not contained in the java package of the data
package.
Also, the duplicated where clause has been removed from the trigger.
This fix has been tested with postgres and also with oracle.
Fixes issue
29816: Process Button access changed when accessing from a subtab
The problem was affecting only when displaying parent buttons after selecting a non focused child tab.
In this case, the WindowSettingsActionHandler is called when opening the window to get the role access for each button. Due to the lazy inizialization of the not focused tabs by default, in this moment is not possible to set the access for the right side toolbar buttons of those tabs.
Now, in the prepareFullChildView method which is executed the first time a child tab is selected, the buttons added in the toolbar for the child tab are added with the same state (readOnly) as they have in the parent tab.
Fixes Issue
30061:Customer Statement report is not considering all required
tables
All tables are considered now except C_Period which is not needed here.
Related to issue Related to issue
29766: Retail Operations Buffer: store all transactions in operations table before processing
Evict the import entry from the session to free mem asap
Related to issue Related to issue
29766: Retail Operations Buffer: store all transactions in operations table before processing
Removed default value of imported column, set default value on importstatus, various smaller changes from code review comments
Related to issue Related to issue
29766: Retail Operations Buffer: store all transactions in operations table before processing
Again read the complete import entry, much simpler interface and the previous oom seemed to be related to not closing the scrollableresults