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

Check console output at https://ci.openbravo.com/job/int-gui-pgsql/1672/ 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

Changes for Build #1672

    Jorge Garcia <[email protected]> null
    Fixed issue 33395: Sometimes synchronization of the syncmodels are failing
when returning back from offline

Added a new column in c_import_entry table wich contains the timestamp in
miliseconds of the import entry.

With this new value, the import entry records are filtered.
        src-db/database/model/tables/C_IMPORT_ENTRY.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src/org/openbravo/service/importprocess/ImportEntryManager.java




Last 20 lines of the console output:

[...truncated 10359 lines...]
Total time: 3 seconds

executing script 'Tomcat stop'
[int-gui-pgsql] $ /bin/bash /tmp/build_step_template1781927409700360140.sh 
ENABLE
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_template4439695932779828373.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
------------------------------------------------------------------------------
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