Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0041346Openbravo ERPA. Platformpublic2019-07-12 16:372019-08-22 14:45
shuehner 
cberner 
normalminorhave not tried
closedfixed 
5
 
 
AugustoMauch
Core
No
0041346: Remove Getting Started widget (half-not working and outdated)
That widget which is present by default is quite outdated

- Using flash for interactive videos not present in modern browsers
- Video content is outdated

As per discussion-mail (Jan 2019): DME.ALO,XPL,SHU plan is to remove the widget.

If possible with small eofrt remove even from existing instance. If not at least stop deploying in new instances.
-
Relevant resources:
- GettingStartedWidgetProvider
- ob-getting-started*.js (2 files)
- probably proxy.html from myob module
- obkmo_widget_class row= FF8080812E144FAE012E1455F6020009
  - all related database rows
  - org.openbravo.client.myob/referencedata/standard/MyOBData.xml
  - That includes widget-instance any sampledata
  - all auto-generated _ACCESS.xml rows in sampeldata
Note:
- Test that widget_class removal works for already deployed installation (delete casecade removing any widget instances there)
- trigger obkmo_widget_class_mod_trg (end of file) license restriction to test that removal works fine in community instances
No tags attached.
related to defect 0041580 closed AugustoMauch API Change: Getting Started widget is removed 
related to defect 0041089 closed Triage Omni OMS [PR19Q3] The default "Getting Started" widget offers links that point nowhere 
related to feature request 0023324 new AugustoMauch Preference to allow standard Openbravo widgets removal 
related to feature request 0041559 closed cberner Remove widget: "Openbravo Technical Training Listings" as content is identical to other widget "Openbravo Education Listings" 
blocks design defect 0032688 acknowledged Triage Platform Base remove unused resources 
Issue History
2019-07-12 16:37shuehnerNew Issue
2019-07-12 16:37shuehnerAssigned To => platform
2019-07-12 16:37shuehnerModules => Core
2019-07-12 16:37shuehnerTriggers an Emergency Pack => No
2019-07-12 16:37shuehnerDescription Updatedbug_revision_view_page.php?rev_id=19131#r19131
2019-07-12 16:38shuehnerRelationship addedrelated to 0041089
2019-07-12 16:41shuehnerRelationship addedrelated to 0023324
2019-07-31 13:30alostaleRelationship addedblocks 0032688
2019-08-05 10:33cbernerAssigned Toplatform => cberner
2019-08-05 10:33cbernerStatusnew => scheduled
2019-08-06 11:12hgbotCheckin
2019-08-06 11:12hgbotNote Added: 0113828
2019-08-06 11:12hgbotStatusscheduled => resolved
2019-08-06 11:12hgbotResolutionopen => fixed
2019-08-06 11:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ac43dc6d9dcd0f44b6f352d0a71df90949bedf73 [^]
2019-08-06 11:13cbernerReview Assigned To => AugustoMauch
2019-08-06 11:14hgbotCheckin
2019-08-06 11:14hgbotNote Added: 0113829
2019-08-06 11:15AugustoMauchNote Edited: 0113829bug_revision_view_page.php?bugnote_id=0113829#r19261
2019-08-06 11:19AugustoMauchNote Added: 0113830
2019-08-06 11:19AugustoMauchStatusresolved => closed
2019-08-06 11:19AugustoMauchFixed in Version => 3.0PR19Q4
2019-08-06 12:06AugustoMauchStatusclosed => new
2019-08-06 12:06AugustoMauchResolutionfixed => open
2019-08-06 12:06AugustoMauchFixed in Version3.0PR19Q4 =>
2019-08-06 12:06hgbotCheckin
2019-08-06 12:06hgbotNote Added: 0113832
2019-08-06 12:09hgbotCheckin
2019-08-06 12:09hgbotNote Added: 0113833
2019-08-06 12:17hgbotCheckin
2019-08-06 12:17hgbotNote Added: 0113834
2019-08-06 12:30shuehnerRelationship addedrelated to 0041559
2019-08-06 13:05hgbotCheckin
2019-08-06 13:05hgbotNote Added: 0113841
2019-08-06 13:44AugustoMauchRelationship addedrelated to 0041580
2019-08-07 14:52AugustoMauchStatusnew => scheduled
2019-08-07 14:52AugustoMauchStatusscheduled => resolved
2019-08-07 14:52AugustoMauchResolutionopen => fixed
2019-08-07 14:52AugustoMauchNote Added: 0113883
2019-08-07 14:52AugustoMauchStatusresolved => closed
2019-08-22 14:45hudsonbotCheckin
2019-08-22 14:45hudsonbotNote Added: 0114206
2019-08-22 14:45hudsonbotCheckin
2019-08-22 14:45hudsonbotNote Added: 0114207
2019-08-22 14:45hudsonbotCheckin
2019-08-22 14:45hudsonbotNote Added: 0114208

Notes
(0113828)
hgbot   
2019-08-06 11:12   
Repository: erp/devel/pi
Changeset: ac43dc6d9dcd0f44b6f352d0a71df90949bedf73
Author: Cristian Berner <cristian.berner <at> openbravo.com>
Date: Tue Aug 06 08:41:29 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ac43dc6d9dcd0f44b6f352d0a71df90949bedf73 [^]

fixes issue 41346: Removed Getting Started widget

Getting Started widget has been removed. Related objects removed: GettingStartedWidgetProvider.java ob-getting-started-widget.js and proxy.html
Removed getting started widget instances from database and exported change.

---
M modules/org.openbravo.client.myob/referencedata/standard/MyOBData.xml
M modules/org.openbravo.client.myob/src-db/database/sourcedata/OBKMO_WIDGET_CLASS.xml
M modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoComponentProvider.java
R modules/org.openbravo.client.myob/src/org/openbravo/client/myob/GettingStartedWidgetProvider.java
R modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-getting-started-widget.js
R modules/org.openbravo.client.myob/web/org.openbravo.client.myob/proxy.html
---
(0113829)
hgbot   
2019-08-06 11:14   
(edited on: 2019-08-06 11:15)
Repository: erp/devel/pi
Changeset: 55d91e9fc365cd20e0d1b67fba8c0bb4ff7750a5
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Aug 06 11:13:52 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/55d91e9fc365cd20e0d1b67fba8c0bb4ff7750a5 [^]

Related with issue 41346: Removes ob-getting-started-view.js

It is related with the Getting Started widget, although it was not being referenced by anyone

---
M modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoComponentProvider.java
R modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-getting-started-view.js
---

(0113830)
AugustoMauch   
2019-08-06 11:19   
Code reviewed and verified
(0113832)
hgbot   
2019-08-06 12:06   
Repository: erp/pmods/org.openbravo.retail.sampledata
Changeset: 716aa8654033658312baa13d55cd8097249b1378
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Aug 06 12:06:16 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sampledata/rev/716aa8654033658312baa13d55cd8097249b1378 [^]

Related with issue 41346: Removes references to Getting Started widget

---
M referencedata/sampledata/The_White_Valley_Group/OBKMO_WIDGET_CLASS_ACCESS.xml
M referencedata/sampledata/The_White_Valley_Group/OBKMO_WIDGET_INSTANCE.xml
---
(0113833)
hgbot   
2019-08-06 12:09   
Repository: erp/pmods/org.openbravo.retail.testsampledata
Changeset: 53dd55c5c3f50ffcd3c782cfc60cb54e2c108721
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Aug 06 12:08:54 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.testsampledata/rev/53dd55c5c3f50ffcd3c782cfc60cb54e2c108721 [^]

Related with issue 41346: Removes references to Getting Started widget

---
M referencedata/sampledata/Retail_Test/OBKMO_WIDGET_CLASS_ACCESS.xml
M referencedata/sampledata/Retail_Test/OBKMO_WIDGET_INSTANCE.xml
---
(0113834)
hgbot   
2019-08-06 12:17   
Repository: erp/devel/pi
Changeset: 6179d49300e612b4fe3c9662ca8ccd22a79e8c3b
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Aug 06 12:17:44 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6179d49300e612b4fe3c9662ca8ccd22a79e8c3b [^]

Related with issue 41346: Removes references to Getting Started widget

---
M referencedata/sampledata/F_B_International_Group/OBKMO_WIDGET_CLASS_ACCESS.xml
M referencedata/sampledata/F_B_International_Group/OBKMO_WIDGET_INSTANCE.xml
M referencedata/sampledata/QA_Testing/OBKMO_WIDGET_CLASS_ACCESS.xml
M referencedata/sampledata/QA_Testing/OBKMO_WIDGET_INSTANCE.xml
---
(0113841)
hgbot   
2019-08-06 13:05   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.sampledata
Changeset: cf8030f6ec2e75e43289ea978f39ef6b1343bb8a
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Aug 06 13:05:09 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations.sampledata/rev/cf8030f6ec2e75e43289ea978f39ef6b1343bb8a [^]

Related with issue 41346: Removes references to Getting Started widget

---
M referencedata/sampledata/AWO_QA/OBKMO_WIDGET_CLASS_ACCESS.xml
M referencedata/sampledata/AWO_QA/OBKMO_WIDGET_INSTANCE.xml
---
(0113883)
AugustoMauch   
2019-08-07 14:52   
Code reviewed and verified
(0114206)
hudsonbot   
2019-08-22 14:45   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/ad3efd3bd07c [^]
Maturity status: Test
(0114207)
hudsonbot   
2019-08-22 14:45   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/ad3efd3bd07c [^]
Maturity status: Test
(0114208)
hudsonbot   
2019-08-22 14:45   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/ad3efd3bd07c [^]
Maturity status: Test