up-2.50topi-oracle - Build # 300 - Fixed: Check console output at https://ci.openbravo.com/job/up-2.50topi-oracle/300/ to view the results.
Committers since last success: Changes for Build #298 Víctor Martínez Romanos <victor.marti...@openbravo.com> null Related to issue 40523: code review improvements Centralize localStrLine definition in just one line, when it's used. Change parameter names to make more difficult to have conflicts with user defined params. Remove 'if' for corner case. This creates a very small change in this scenario: select 'RecordId: ' || @RecordId@ || ', Line: ' || @Line@ from dual When Line is null then: Before: NULL After: RecordId: 3232199ED4824EE3A07BCC1E580ABFE7, Line: NULL src/org/openbravo/erpCommon/ad_forms/FactLine.java Nono Carballo <nono...@gmail.com> null Fixes issue 40523: Uses bind parameters in query Instead of using string concatenation to form the query, bind parameters are used. src/org/openbravo/erpCommon/ad_forms/FactLine.java Carlos Aristu <carlos.ari...@openbravo.com> null related to issue 40642: do not use constants Replace constants with their own value in order to avoid problems related with library collisions. This can happens when certain versions of the XML APIs[1] library are present in the classpath [1] https://mvnrepository.com/artifact/xml-apis/xml-apis src/org/openbravo/dal/xml/XMLUtil.java Changes for Build #299 No changes Changes for Build #300 Asier Lostalé <asier.lost...@openbravo.com> null fixed issue 40787: roles require back-office access to log in to mobile apps MobileLoginHandler does a back-office login to later select mobile default role, it expects back-office to fail and keep session in case of restricted role login attempt. Back-office login handler was changed to fail and remove session in case there is no back-office role in current user's list. This made not possible to log in to mobile apps. Now if logging in to a mobile application session is kept after failure as it was before. src/org/openbravo/base/secureApp/LoginHandler.java Carlos Aristu <carlos.ari...@openbravo.com> null related to issue 40735: minor code improvements - Update copyright year - Removed duplicated null check for "record" - Initialize "i" when needed - Remove useless assignment to "drawArea" modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js Carlos Aristu <carlos.ari...@openbravo.com> null fixes issue 40743: wrong export to CSV having the grid filtered by a date time After the following changeset[1], exporting the grid to CSV was not working properly having the grid filtered by a date time column. Although the fix is correct, it caused the criteria sent to the datasource in this type of requests to stop being handled properly. To avoid this problem, when exporting to CSV a grid filtered by a date time column we send in the criteria the plain date (in the same way as it is being done for the standard grid DS requests) and the datasource will take care of building the date filter properly through the AdvancedQueryBuilder. modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js Last 20 lines of the console output: [...truncated 5107 lines...] show.info: [echo] openbravoPath = /srv/ci/workspace/up-2.50topi-oracle [echo] connection string = jdbc:oracle:thin:@10.1.18.12:1521:oborcl [echo] user = up_250topi_oracle run.sql: [echo] query = SELECT object_id, object_name, object_type FROM user_objects WHERE status<>'VALID' AND object_type IN('VIEW', 'PACKAGE', 'PACKAGE BODY', 'FUNCTION', 'PROCEDURE', 'TRIGGER', 'JAVA CLASS') ORDER BY object_type, object_name [sql] Executing commands [sql] OBJECT_ID,OBJECT_NAME,OBJECT_TYPE [sql] [sql] 0 rows affected [sql] 1 of 1 SQL statements executed successfully BUILD SUCCESSFUL Total time: 0 seconds Checking console output Email was triggered for: Fixed Trigger Success was overridden by another trigger and will not send an email. Sending email for trigger: Fixed
_______________________________________________ Openbravo-builds mailing list Openbravo-builds@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-builds