int-gui-pgsql - Build # 1597 - Fixed:

Check console output at https://ci.openbravo.com/job/int-gui-pgsql/1597/ to 
view the results.


Committers since last success:

Changes for Build #1596

    Carlos Aristu <[email protected]> null
    related to issue 33015: prevent warning on DefaultJsonDataService

After reopening the selector pop-up having a selected record, a bad request was 
being identified by the DefaultJsonDataService: the request included the 
_targetRecordId parameter but the _directNavigation parameter was not present.

This was happening because the selection information was not being cleared by 
the changes introduced on the openSelectorWindow function. Before [1], this 
cleaning was done by the invalidateCache method. Now we are cleaning the 
selection by explicitly calling to deselectAllRecords().

[1] 
http://code.openbravo.com/erp/devel/pi/rev/9105dfe33d79e5b7ba39a2680064f7c48c402701
        
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js

Changes for Build #1597

    Naroa Iriarte <[email protected]> null
    Fixed issue 31769: The unnecessary left joins have been deleted


There were a lot of unused left joins.
The decission of deleting the joins have been taken after the research
of two options:
1- Transforming the joins into fetch joins
2- Deleting the joins.

The results obtained in the Product (Product by Price and Warehouse) selector
have been deterministics for the decision of removing the joins.
It penalizes more having a fetch join because of the data transfer than not
having a fetch join and accessing the database afterwards.
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java

    Asier LostalĂ© <[email protected]> null
    fixed bug 32951: in pg to_number truncates decimal to 6 positions

  To_Number function in PostgreSQL (created to emulate the same from Oracle),
  truncates the number to 6 decimal positions. Internally the conversion text ->
  numeric is implemetned with a text mask with 6 decimal positions.

  This is fixed by not using pg's to_number with mask but to directly cast, in
  this way precission is not lost. Tested also to properly work with scientific
  notation.
        src-db/database/model/prescript-PostgreSql.sql




Last 20 lines of the console output:

[...truncated 10366 lines...]
executing script 'Tomcat stop'
[int-gui-pgsql] $ /bin/bash /tmp/build_step_template3898470685595389337.sh 
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
 * Stopping Tomcat servlet engine for Openbravo tomcat
   ...done.
 * Stopping web server apache2
 ... waiting .   ...done.

executing script 'Check log'
[int-gui-pgsql] $ /bin/bash /tmp/build_step_template1754579669977265012.sh 
ENABLE
DEBUG: Check log called with parameters: ENABLED=ENABLE
Check log: openbravo log (artifact: int-gui-pgsql.log) is clean

Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to