int-gui-pgsql - Build # 1671 - Unstable:

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


Committers since last success:

Changes for Build #1671

    Naroa Iriarte <[email protected]> null
    Fixed issue 32495: The "Create Lines From" process is fixed.

The "Create Lines From" process was creating multiple product lines when the
OK button was pressed several times. This could be reproducuble in environments
with slow internet connections in those environments the OK button could be 
clicked
a lot of times. This was not correct, the OK button should be disabled after 
pressing
it the first time.
The "submitThisPage" function of the "CreateFrom_Invoice.html" has been 
changed. Now,
in this function the buttons clicked are disabled and thanks to this, the OK 
button is
unable to be clicked again after the first time.
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Invoice.html

    Naroa Iriarte <[email protected]> null
    Fixed issue 33003: The titles in the CSV were wrong

If there was a property field, the titles of those columns were wrong
when exporting to csv.
The problem was in the QueryJSONWriterToCSV inner class of the 
DataSourceServlet class.
Here wher exporting to csv there was only taking into account if the column of 
the field
was the same of the column checked in the iteration. The problem occurs when 
there are
two or more fields which have the same column.
Now the condition has been changed, first it checks if the current field is a 
property field
and if the property is the one we really want.
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java

    Naroa Iriarte <[email protected]> null
    Fixed issue 33216: The onChange Event didn't work properly

The problem was that the client side callouts were not working properly the 
second time a record of a pick and edit window was modified in grid view.
The expected behavior is that a value put in one concrete field is copied to 
another when the first one looses the focus.
The problem was when the productCharacteristics item was present.
In the ob-pick-and-execute-view.js there was a condition wich was setting the
property "readOnlyEditorType" to "OBTextItem" for the fields including the 
productCharacteristics one.
This was causing the problem afterwards when the check 
"his.getEditorType(editField, values) != 
this._editRowForm.getEditorType(liveItem)"
was done in the ListGrid.js because the left part was retrieving "OBTextItem" 
instead of "OBCharacteristicsGridItem".
This has been fixed by creating this property for the characteristics items. To 
do so, CharacteristicsGridItem.java has now
a new method which retrieves the value "OBCharacteristicsGridItem". In the ftl 
now, the property "readOnlyEditorType" is set.
Now the condition of the ob-pick-and-execute-view.js has changed and it checks 
if there exists the "readOnlyEditorType" property
for the current field. If it exists, it will not do anithing and if not, the 
property will be set as "OBTextItem" as it was
doing before. Now, the characteristic items will have that property set as 
"OBCharacteristicsGridItem" and it will work properly.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/CharacteristicsUIDefinition.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java
        
modules/org.openbravo.userinterface.smartclient/src/org/openbravo/userinterface/smartclient/templates/smartclient_types_js.ftl




Last 20 lines of the console output:

[...truncated 10187 lines...]
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
 * Stopping Tomcat servlet engine for Openbravo tomcat
   ...done.

executing script 'Check log'
[int-gui-pgsql] $ /bin/bash /tmp/build_step_template1064350315496883468.sh 
ENABLE
DEBUG: Check log called with parameters: ENABLED=ENABLE

Errors in openbravo log (artifact: int-gui-pgsql.log):
2016-07-04 11:34:51,674 [TP-Processor7] WARN  org.openbravo.dal.core.OBContext 
- The user 100 does not have write access to its current organization repairing 
that

Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
/srv/ci/workspace/int-gui-pgsql/SANDBOX/openbravo.log:
2016-07-04 11:34:51,674 [TP-Processor7] WARN  org.openbravo.dal.core.OBContext 
- The user 100 does not have write access to its current organization repairing 
that
Build step 'Jenkins Text Finder' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to