int-gui-oracle - Build # 1272 - Fixed:
Check console output at http://builds.openbravo.com/job/int-gui-oracle/1272/ to
view the results.
Committers since last success:
Changes for Build #1271
Augusto Mauch <[email protected]>
Fixes issue 24924: Changes are applied to the grid with adaptive filtering
When a record was updated in form view with the record filtered using adaptive
filtering, the changes were not being applied to the grid. This happened
because the changes were being applied to the allRows property of the
ResultSet, but not to the localData property, which is what contains the data
of the filtered records.
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
RM packaging bot <[email protected]>
Merge back from main
RM packaging bot <[email protected]>
Merge temporary head for 3.0MP26.3
RM packaging bot <[email protected]>
Added signature for changeset 92028616e00a
.hgsigs
RM packaging bot <[email protected]>
Added tag 3.0MP26.3 for changeset f731bd4e0332
.hgtags
RM packaging bot <[email protected]>
Update AD_MODULE version to 3.0MP26.3
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
src-db/database/sourcedata/AD_MODULE.xml
Stefan Hühner <[email protected]>
Issue 24919: Small code-cleanup
Delete unused (non-public) selectDocuments methods in xsql file to make
it obvious that the method is not used.
src/org/openbravo/erpCommon/ad_forms/AcctServer_data.xsql
Stefan Hühner <[email protected]>
Fixed 24919: Speedup AcctServer.checkDocuments
Avoid checking same docbasetype several times by only doing
check for distinct docbasetype values thus skipping duplicates
which happen as docbasetypes are defined per organization.
src/org/openbravo/erpCommon/ad_forms/AcctServer_data.xsql
David Miguelez <[email protected]>
Related to Issue 24912.
src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java
David Miguelez <[email protected]>
Fixes Issue 24912. Prevents from not Balanced error.
src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java
Eduardo Argal Guibert <[email protected]>
Fixes bug 24891
src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
src/org/openbravo/erpCommon/businessUtility/AccountTree_data.xsql
Javier Etxarri <[email protected]>
Fixes issue 24890: Cannot delete shipments
src/org/openbravo/event/MInOutLineEventHandler.java
Augusto Mauch <[email protected]>
Fixes issue 24863: Not possible to save a row on grid having a window
personalization
When doing a datasource requests, only sets the _savingNewRecord property to
true if a record is being saved/updated. Before this it was being done also on
fetchs and deletes, and could result on records being unabled to save.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view-datasource.js
Pandeeswari Ramakrishnan <[email protected]>
Fixes Issue 24812: Wrong warehouse could be selected in orders,shipments
src-db/database/model/functions/C_ORDER_POST1.xml
src-db/database/model/functions/M_INOUT_POST.xml
src-db/database/sourcedata/AD_MESSAGE.xml
Shankar Balachandran <[email protected]>
Fixes Issue 0024853: data not shown when location city field is blank.
When the display property field value is null, exception was thrown.
Handled the exception and set value only if it is not null.
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java
Changes for Build #1272
Augusto Mauch <[email protected]>
Related to issue 24924: Fixes integration test failure
Fixes this integration test failure [1]. A change from null to empty String,
which should not have been detected as a change, caused the editColumnValues
property of the selected record to be lost. This has been fixed by not
considering the change from null to empty String as a change.
[1] http://builds.openbravo.com/job/int-gui-oracle/1271/
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
Last 20 lines of the console output:
[...truncated 10832 lines...]
report:
[echo] Generating test report.
[junitreport] Processing
/srv/hudson/workspace/int-gui-oracle/SANDBOX/automation/pi/last-results/int-smoke-oracle-inc/report/TESTS-TestSuites.xml
to /tmp/null199138701
[junitreport] Loading stylesheet
jar:file:/usr/share/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 12727ms
[junitreport] Deleting: /tmp/null199138701
BUILD SUCCESSFUL
Total time: 14 seconds
[int-gui-oracle] $ /bin/sh -xe /tmp/hudson2728772430959677905.sh
+ /srv/hudson/bin/run no-screenshot.sh
SANDBOX/automation/pi/last-results/int-smoke-oracle-inc/screenshots
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds