int-basic-pgsql - Build # 665 - Fixed:

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


Committers since last success:

Changes for Build #664

    Augusto Mauch [email protected]_ null
    Fixes issue 28379: Value from field is not lost after setting it with a 
process

This issue was caused from a bug in the OBViewGrid.processFICReturn function. 
There was some code that meant to save in the grid the value of fields that 
were not being shown in the grid, and that therefore were not returned by the 
datasource when the grid was loaded. The faulty condition to check if the value 
of the field was present in the grid was the following:

  if (field && !this.getRecord(rowNum)[field.property]) {

This condition is not proper because it does not check if the field is visible 
in the grid or not. This condition will evaluate to true if the value of that 
field is null, even if the field is being shown in the grid. Due to this when 
the value of the Storage Bin field was erased, its new null value was stored in 
the list of edited values of the grid, and this value took precedence over the 
Storage Bin value picked in the process.

To fix this, the condition has been improved to check if the field is actually 
being shown in the grid.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Pandeeswari Ramakrishnan [email protected]_ null
    Related to issue 28440: Code review changes

If the 'Cancel' button is clicked, the pop up should be closed irrespective
of mandatory fields are filled or not.
        src/org/openbravo/erpCommon/info/AttributeSetInstance.html
        src/org/openbravo/erpCommon/info/AttributeSetInstance_data.xsql

    Sandra Huguet [email protected]_ null
    Fixed bug 28440 Require at least one value flag for instance atributtes is 
not working

If Require at least one value flag is true Lot/Serial Number/Expiration Date
should be mandatory in Attribute Set selector
        src/org/openbravo/erpCommon/info/AttributeSetInstance.html
        src/org/openbravo/erpCommon/info/AttributeSetInstance.java
        src/org/openbravo/erpCommon/info/AttributeSetInstance_data.xsql

Changes for Build #665




Last 20 lines of the console output:

[...truncated 20149 lines...]
Total time: 2 seconds

executing script 'Tomcat stop'
[int-basic-pgsql] $ /bin/bash /tmp/build_step_template4772423674240690726.sh 
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
 * Stopping Tomcat servlet engine for Openbravo tomcat
   ...done.

executing script 'Check log'
[int-basic-pgsql] $ /bin/bash /tmp/build_step_template6966631502587039664.sh 
ENABLE
DEBUG: Check log called with parameters: ENABLED=
Check log: openbravo.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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to