Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0036286
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2017-06-19 18:442018-02-02 10:38
ReportershuehnerView Statuspublic 
Assigned Tojarmendariz 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision6a3081af5b96
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tocaristu
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0036286: Several processes are marked as 'Grid Legacy' and should be converted to avoid runtime warning on every use

DescriptionThe 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
Steps To Reproduce-
Proposed SolutionCheck migration guide [1]

[1] http://wiki.openbravo.com/wiki/How_to_create_a_Standard_Process_Definition#Migrating_old_Processes [^]
TagsNo tags attached.
Attached Filespatch file icon analytics.patch [^] (8,070 bytes) 2018-01-18 18:27 [Show Content]
patch file icon google.patch [^] (3,831 bytes) 2018-01-18 18:27 [Show Content]
patch file icon calendar.patch [^] (3,759 bytes) 2018-01-18 18:27 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to feature request 0036281 acknowledgedjarmendariz "Grid Legacy" warning should be moved from runtime to compile time 
blocks design defect 0036162 acknowledgedTriage Platform Base clean up openbravo.log 

-  Notes
(0102135)
hgbot (developer)
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 (developer)
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 (developer)
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 (developer)
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

- Issue History
Date Modified Username Field Change
2017-06-19 18:44 shuehner New Issue
2017-06-19 18:44 shuehner Assigned To => platform
2017-06-19 18:44 shuehner Modules => Core
2017-06-19 18:44 shuehner Triggers an Emergency Pack => No
2017-06-19 18:45 shuehner Relationship added related to 0036281
2017-06-20 09:28 alostale Relationship added blocks 0036162
2017-06-20 09:28 alostale Status new => acknowledged
2017-07-04 10:09 alostale Proposed Solution updated
2017-12-13 19:28 caristu Assigned To platform => jarmendariz
2018-01-17 14:47 jarmendariz Status acknowledged => scheduled
2018-01-18 18:27 jarmendariz File Added: analytics.patch
2018-01-18 18:27 jarmendariz File Added: google.patch
2018-01-18 18:27 jarmendariz File Added: calendar.patch
2018-01-19 14:37 jarmendariz Review Assigned To => caristu
2018-02-02 09:20 hgbot Checkin
2018-02-02 09:20 hgbot Note Added: 0102135
2018-02-02 09:20 hgbot Status scheduled => resolved
2018-02-02 09:20 hgbot Resolution open => fixed
2018-02-02 09:20 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/d47ede8dd6e1f35d833ffa70b435b49a91b3433f [^]
2018-02-02 09:39 hgbot Checkin
2018-02-02 09:39 hgbot Note Added: 0102142
2018-02-02 09:39 hgbot Fixed in SCM revision http://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:43 hgbot Checkin
2018-02-02 09:43 hgbot Note Added: 0102143
2018-02-02 09:43 hgbot Fixed in SCM revision http://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:37 caristu Status resolved => closed
2018-02-02 10:38 caristu Note Added: 0102149


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker