int-checks-oracle - Build # 451 - Still Unstable:
Check console output at https://ci.openbravo.com/job/int-checks-oracle/451/ to
view the results.
Committers since last success:
Changes for Build #441
Guillermo Gil <[email protected]> null
Fixed issue 26014:Disabled rich text fields are displaying the edit toolbar
Added setDisabled function on initWidget and hide the toolArea instead the
toolbar.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-richtext.js
Changes for Build #442
Augusto Mauch [email protected]_ null
Fixes issue 26355: Date fields are not displayed properly in the tree grid
view
The problem was that the fix done to fix the issue [1] was only being applied
to root nodes, so the date fields were still not being displayed properly for
non root nodes.
[1] https://issues.openbravo.com/view.php?id=26228
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
Changes for Build #443
Augusto Mauch [email protected]_ null
Fixes issue 26286: Wrong behaviour if same column name exists in tab and
subtab
This problem was reproducible if:
- There is a column in a subtab with the same column name as another column in
its parent tab
- The column of the parent tab is flagged as stored in session
- The column of the subtab is not shown in the grid
- The value of the record in the subtab has a null value in that column
If all these conditions are met, then when the record in the subtab is opened
in the form view, its null value will be replaced with the value of the column
of its parent tab.
This bug happens because the FIC does the following:
- It invokes setSessionVariablesInParent. This method stores in the
RequestContext the session variables of the parent tab, among others. At this
point the stored in session column of the parent tab is stored in the
RequestContext
- It invokes setValuesInRequest. This method stores in the RequestContext the
values of the row being opened in the form, but only if does it for the values
that are not null. In this case, the value is null so it is not stored in the
RequestContext, so then when the RequestContext is accessed to fetch the column
values, the value stored in the setSessionVariablesInParent method will be
returned.
The fix only affects to the FIC calls in EDIT mode. In these calls the actual
value of the record should take precedence over the values stored in session.
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
Changes for Build #444
Guillermo Gil <[email protected]> null
Fixed issue 25755:Grid can not be filtered by creation date
Modified offset on server filtering and modified date comparison on adptive
filtering.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
Changes for Build #445
Augusto Mauch [email protected]_ null
Fixes issue 26308: Product Characteristics tree is not working properly
The previous fix worked only if the product characteristic tree was already
created.
The product characteristic tree is created when the first product
characteristic is defined. The tree was being created without ad_table_id, and
this column was not being set properly until the modulescripts are executed.
This has been fixed by providing the proper ad_table_id in the tree creation.
src-db/database/model/triggers/M_CHARACTERISTIC_TRG.xml
Changes for Build #446
Augusto Mauch [email protected]_ null
Fixes issue 25727: Selectors are not working properly in P&E windows
The problem was that the edit value of product$identifier was not being set
properly. This did not affect standard grids, only P&E grids.
To fix this, it is made sure that if this value is null, it is set with the
proper identifier.
modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
Changes for Build #447
David Baz Fayos <[email protected]> null
Related to issue 19728: Do more JS code formatting
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
Changes for Build #448
Gorka Ion Damián <[email protected]> null
Fixed issue 25805.Take into account stock consumed in same shipment.
src-db/database/model/functions/M_INOUT_CREATE.xml
Changes for Build #449
Atul Gaware <[email protected]> null
Fixes Issue 25403 Copy process plan version creates records with logged in
org
src/org/openbravo/common/actionhandler/CopyProcessPlanVersion.java
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_FIELD.xml
src-db/database/sourcedata/AD_REFERENCE.xml
src-db/database/sourcedata/OBUIAPP_PARAMETER.xml
src-db/database/sourcedata/OBUIAPP_PROCESS.xml
src-db/database/sourcedata/OBUISEL_SELECTOR.xml
Guillermo Gil <[email protected]> null
Fixed issue 26356:window without a parent key, the tab data is not displayed
False criterion is now removed if the child tab has no parent key.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
Changes for Build #450
Sandra Huguet <[email protected]> null
Fixed bug 26387 Add payment button is shown when the purchase invoice is
not completed
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
Changes for Build #451
Guillermo Gil <[email protected]> null
Fixed issue 26357:Tab without a parent key, data is not refreshed
Pick the values from the request instead of selecting them from the context
modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
Last 20 lines of the console output:
[...truncated 9337 lines...]
Match found for : : True
Logical operation result is TRUE
Running script : # The publish jnuit results only can use files in the
workspace
cp /srv/ci/workspace/int-full-oracle/src/result.xml
/srv/ci/workspace/int-checks-oracle/src/result.xml
cp /srv/ci/workspace/int-full-oracle/src/resultws.xml
/srv/ci/workspace/int-checks-oracle/src/resultws.xml
[int-checks-oracle] $ /bin/bash -xe /tmp/hudson5289054197541111430.sh
+ cp /srv/ci/workspace/int-full-oracle/src/result.xml
/srv/ci/workspace/int-checks-oracle/src/result.xml
+ cp /srv/ci/workspace/int-full-oracle/src/resultws.xml
/srv/ci/workspace/int-checks-oracle/src/resultws.xml
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Checking ERROR|syntax error at or near|SQL error in query
/srv/ci/workspace/int-checks-oracle/compile.log:
[java] 1233 [main] ERROR org.openbravo.data.Sqlc - SQL error in query:
SELECT count(*) AS existing
[java] 1304 [main] ERROR org.openbravo.data.Sqlc - SQL Exception error:
[java] 1531 [main] ERROR org.openbravo.data.Sqlc - 1 errors found!
Build step 'Jenkins Text Finder' changed build result to UNSTABLE
Grabando resultados de tests
Email was triggered for: Unstable
Sending email for trigger: Unstable
------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds