Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0036286Openbravo ERPA. Platformpublic2017-06-19 18:442018-02-02 10:38
shuehner 
jarmendariz 
normalminorhave not tried
closedfixed 
5
 
 
caristu
Core
No
0036286: Several processes are marked as 'Grid Legacy' and should be converted to avoid runtime warning on every use
The processes below trigger runtime warning about 'Grid Legacy' and should be converted (mod-platform part)

pi=# select m.javapackage, p.obuiapp_process_id, p.name, (select count(*) from obuiapp_parameter param where param.ad_reference_id = 'FF80818132D8F0F30132D9BC395D0038' and param.obuiapp_process_id = p.obuiapp_process_id) as grid_param from obuiapp_process p, ad_module m where p.ad_module_id = m.ad_module_id and p.isgridlegacy = 'Y' order by m.javapackage, p.name;


                       javapackage | obuiapp_process_id | name | grid_param
---------------------------------------------------------+----------------------------------+----------------------------------------------------------+------------
 org.openbravo.client.analytics | 1C034340089D4E0DB1EBF555E0A9F034 | Analytics Discounts by Organization, Sales Rep, Customer | 0
 org.openbravo.client.analytics | D3295648ABEA4C04868B71588EB280C7 | Analytics Sales by Organization - Payment Method | 0
 org.openbravo.client.analytics | FFA47897857A491D921648446B1D18D4 | Analytics Sales by Product Category/Product | 0
 org.openbravo.client.analytics | BE2F424FA40E420F943E3DB3B2A60477 | Analytics Sales Productivity by Store | 0
 org.openbravo.client.analytics | 93867693856A4D77AACEEC90B8D4A0BA | Generate Cubes | 0
 org.openbravo.client.analytics | E648F1013A0D40C1B20493018E7D661B | Open Stored Views | 0
 org.openbravo.integration.google | 63058E5A6EA242FDA62BCA8D9AEB8A53 | Retry Execution | 0
 org.openbravo.integration.google.calendar | B1B3B18868FE4431A45E22FC92A975C9 | Google Calendar Event Creation | 0
-
Check migration guide [1]

[1] http://wiki.openbravo.com/wiki/How_to_create_a_Standard_Process_Definition#Migrating_old_Processes [^]
No tags attached.
related to feature request 0036281 acknowledged jarmendariz "Grid Legacy" warning should be moved from runtime to compile time 
blocks design defect 0036162 acknowledged Triage Platform Base clean up openbravo.log 
patch analytics.patch (8,070) 2018-01-18 18:27
https://issues.openbravo.com/file_download.php?file_id=11470&type=bug
patch google.patch (3,831) 2018-01-18 18:27
https://issues.openbravo.com/file_download.php?file_id=11471&type=bug
patch calendar.patch (3,759) 2018-01-18 18:27
https://issues.openbravo.com/file_download.php?file_id=11472&type=bug
Issue History
2017-06-19 18:44shuehnerNew Issue
2017-06-19 18:44shuehnerAssigned To => platform
2017-06-19 18:44shuehnerModules => Core
2017-06-19 18:44shuehnerTriggers an Emergency Pack => No
2017-06-19 18:45shuehnerRelationship addedrelated to 0036281
2017-06-20 09:28alostaleRelationship addedblocks 0036162
2017-06-20 09:28alostaleStatusnew => acknowledged
2017-07-04 10:09alostaleProposed Solution updated
2017-12-13 19:28caristuAssigned Toplatform => jarmendariz
2018-01-17 14:47jarmendarizStatusacknowledged => scheduled
2018-01-18 18:27jarmendarizFile Added: analytics.patch
2018-01-18 18:27jarmendarizFile Added: google.patch
2018-01-18 18:27jarmendarizFile Added: calendar.patch
2018-01-19 14:37jarmendarizReview Assigned To => caristu
2018-02-02 09:20hgbotCheckin
2018-02-02 09:20hgbotNote Added: 0102135
2018-02-02 09:20hgbotStatusscheduled => resolved
2018-02-02 09:20hgbotResolutionopen => fixed
2018-02-02 09:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/d47ede8dd6e1f35d833ffa70b435b49a91b3433f [^]
2018-02-02 09:39hgbotCheckin
2018-02-02 09:39hgbotNote Added: 0102142
2018-02-02 09:39hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/d47ede8dd6e1f35d833ffa70b435b49a91b3433f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.integration.google/rev/24979a764813d900443f937a2aea41b9669e5888 [^]
2018-02-02 09:43hgbotCheckin
2018-02-02 09:43hgbotNote Added: 0102143
2018-02-02 09:43hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.integration.google/rev/24979a764813d900443f937a2aea41b9669e5888 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.integration.google.calendar/rev/6a3081af5b967453c38b1e249bb794b6f6ba225e [^]
2018-02-02 10:37caristuStatusresolved => closed
2018-02-02 10:38caristuNote Added: 0102149

Notes
(0102135)
hgbot   
2018-02-02 09:20   
Repository: erp/pmods/org.openbravo.client.analytics
Changeset: d47ede8dd6e1f35d833ffa70b435b49a91b3433f
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Fri Feb 02 09:18:38 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/d47ede8dd6e1f35d833ffa70b435b49a91b3433f [^]

Fixed bug 36286: Removed grid legacy flag to processes.

 Processes that had the grid legacy flag enabled actually doesn't need it, so it can be removed safely.

---
M src-db/database/sourcedata/OBUIAPP_PROCESS.xml
---
(0102142)
hgbot   
2018-02-02 09:39   
Repository: erp/pmods/org.openbravo.integration.google
Changeset: 24979a764813d900443f937a2aea41b9669e5888
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Fri Feb 02 09:37:45 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.integration.google/rev/24979a764813d900443f937a2aea41b9669e5888 [^]

Fixed bug 36286: Removing grid legacy flag on processes that don't require it.

Removed grid legacy flag on retry execution process as it isn't needed to work properly.

---
M src-db/database/sourcedata/OBUIAPP_PROCESS.xml
---
(0102143)
hgbot   
2018-02-02 09:43   
Repository: erp/pmods/org.openbravo.integration.google.calendar
Changeset: 6a3081af5b967453c38b1e249bb794b6f6ba225e
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Thu Jan 18 16:07:42 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.integration.google.calendar/rev/6a3081af5b967453c38b1e249bb794b6f6ba225e [^]

Fixed bug 36286: Removing grid legacy flag on processes that don't require it.

Removed grid legacy flag on create google calendar event process as it isn't needed to work properly.

---
M src-db/database/sourcedata/OBUIAPP_PROCESS.xml
---
(0102149)
caristu   
2018-02-02 10:38   
Fixed in versions:

- Analytics: 1.4.700
- Integration with Google Apps: 1.0.300
- Integration with Google Calendar: 1.0.200