int-initial-oracle - Build # 684 - Fixed:
Check console output at https://ci.openbravo.com/job/int-initial-oracle/684/ to
view the results.
Committers since last success:
Changes for Build #683
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 #684
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
Last 20 lines of the console output:
[...truncated 6786 lines...]
Total time: 1 second
executing script 'Tomcat stop'
[int-initial-oracle] $ /bin/bash /tmp/build_step_template6130755970941895558.sh
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
* Stopping Tomcat servlet engine for Openbravo tomcat
...done.
executing script 'Check log'
[int-initial-oracle] $ /bin/bash /tmp/build_step_template7266613953805094659.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