int-modules-pgsql - Build # 1789 - Fixed:
Check console output at http://builds.openbravo.com/job/int-modules-pgsql/1789/
to view the results.
Committers since last success:
Changes for Build #1786
David Miguelez <[email protected]>
Fixes issue 0021213: Adds AdminMode before retrieving the Currency
src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder.java
RM packaging bot <[email protected]>
CI: merge back from main
src-db/database/sourcedata/AD_MODULE.xml
RM packaging bot <[email protected]>
CI: update AD_MODULE to version 17546
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
Changes for Build #1787
Augusto Mauch <[email protected]>
Related to issue 21049: Fixed wrong hardcoded message severity
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
Augusto Mauch <[email protected]>
Fixes issue 21049: Callout messages are shown even if saving row
Callout messages will be shown always, regardless of if the callout has been
called upon tabbing out of the field, saving its row or moving to another row.
To prevent the autosave from hiding the messagebar, now it will do it only if
the message bar is showing an error message (as it was supposed to work,
looking at the comments).
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
Javier Etxarri <[email protected]>
Fixes issue 21017: Closing an order with negative
lines change the qty to zero even when there is a goods shipment/receipt
associated
src-db/database/model/functions/C_ORDER_POST1.xml
Changes for Build #1788
Mikel Irurita <[email protected]>
Fixes issue 21195: create invoice from receipt in goods receipt window when
PIT
src-db/database/model/functions/M_INOUT_CREATEINVOICE.xml
Changes for Build #1789
Miguel de Juana <[email protected]>
Fixed issue 21071: In Admin Others, Publish dialog is shown again
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js
Augusto Mauch <[email protected]>
Fixes issue 20850: Alert hour is displayed correctly
The alert hour was not being saved correctly because of the way sqlc.java
generates processAlertData.java. Even though the column in the database is a
timestamp, in the select and in the insert functions the date format was being
used, instead of the date time format.
It was not possible to fix it modifying the xsql file, and it was very risky to
modify Sqlc.java, so now ProcessAlerts.java use jdbc to select and insert the
alerts.
src-core/src/org/openbravo/data/UtilSql.java
src/org/openbravo/erpCommon/ad_process/AlertProcess.java
David Miguelez <[email protected]>
Related to issue 0021109: Removes code that is never reached.
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromInvoice.html
Carlos Aristu <[email protected]>
fixes issue 20779: Incomplete message when the user creates Invoices
grouping
src-db/database/model/functions/C_INVOICE_CREATE.xml
Last 20 lines of the console output:
[...truncated 31589 lines...]
[junit]
selenium.stop:
[echo] Stoping Selenium server.
[selenium-shutdown] Getting:
http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer
[selenium-shutdown] To:
/srv/hudson/workspace/int-modules-pgsql/SANDBOX/automation/pi/last-results/int-modules-pgsql/logs/result.txt
[selenium-shutdown] DGF Errors during shutdown are expected
BUILD SUCCESSFUL
Total time: 34 minutes 52 seconds
[int-modules-pgsql] $ /bin/sh -xe /tmp/hudson8446972634331490701.sh
+ /srv/hudson/bin/run no-screenshot.sh
SANDBOX/automation/pi/last-results/int-modules-pgsql/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
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds