Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036504 | Openbravo ERP | A. Platform | public | 2017-07-17 11:27 | 2017-09-21 16:49 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q4 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036504: remove references to Basic Edition and Trial Subscription |
Description | Basic Edition and Trial subscriptions are no longer available, though there are still some references to them.
Those references should be removed from code. |
Steps To Reproduce | Ie. In a community instance, open Instance Activation window and see there are some occurrences |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | defect | 0036517 | | closed | alostale | API change: changed Utility.getCommunityBrandingUrl method signature | related to | defect | 0036518 | | closed | alostale | useless ping to butler on every login |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-07-17 11:27 | alostale | New Issue | |
2017-07-17 11:27 | alostale | Assigned To | => platform |
2017-07-17 11:27 | alostale | Modules | => Core |
2017-07-17 11:27 | alostale | Triggers an Emergency Pack | => No |
2017-07-17 13:02 | alostale | Assigned To | platform => alostale |
2017-07-17 13:03 | hgbot | Checkin | |
2017-07-17 13:03 | hgbot | Note Added: 0098099 | |
2017-07-17 13:03 | hgbot | Status | new => resolved |
2017-07-17 13:03 | hgbot | Resolution | open => fixed |
2017-07-17 13:03 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6322a19c293f3e88946ae533d834a2878acb1d7a [^] |
2017-07-17 13:03 | hgbot | Checkin | |
2017-07-17 13:03 | hgbot | Note Added: 0098100 | |
2017-07-20 08:51 | hgbot | Checkin | |
2017-07-20 08:51 | hgbot | Note Added: 0098138 | |
2017-07-20 08:52 | alostale | Relationship added | depends on 0036517 |
2017-07-20 10:18 | alostale | Relationship added | related to 0036518 |
2017-07-20 11:46 | alostale | Review Assigned To | => caristu |
2017-07-21 08:35 | caristu | Note Added: 0098171 | |
2017-07-21 08:35 | caristu | Status | resolved => closed |
2017-07-21 08:35 | caristu | Fixed in Version | => 3.0PR17Q4 |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099277 | |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099280 | |
Notes |
|
(0098099)
|
hgbot
|
2017-07-17 13:03
|
|
Repository: erp/devel/pi
Changeset: 6322a19c293f3e88946ae533d834a2878acb1d7a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Jul 17 11:29:39 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6322a19c293f3e88946ae533d834a2878acb1d7a [^]
fixed 36504: remove references to Basic Edition and Trial Subscription
---
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.client.widgets/src-db/database/sourcedata/OBKMO_WIDGET_CLASS.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.html
M src/org/openbravo/erpCommon/ad_forms/InstanceManagementActivateLocal.html
M src/org/openbravo/erpCommon/ad_forms/InstanceManagementActivateOnline.html
M src/org/openbravo/erpCommon/ad_forms/InstanceManagementDeactivate.html
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement_ErrorCommercial.html
---
|
|
|
(0098100)
|
hgbot
|
2017-07-17 13:03
|
|
Repository: erp/devel/pi
Changeset: c9540f940af31520b4680fd83cd0043e80ad5a72
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Jul 17 13:02:13 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c9540f940af31520b4680fd83cd0043e80ad5a72 [^]
related to issue 36504: removed support for 2.50 community branding
---
M src/org/openbravo/erpCommon/utility/StaticCommunityBranding.java
R web/html/en_US/StaticCommunityBranding-2.50-Basic.html
R web/html/en_US/StaticCommunityBranding-2.50-Basic_files/banner.png
R web/html/en_US/StaticCommunityBranding-2.50-Comm.html
R web/html/en_US/StaticCommunityBranding-2.50-Comm_files/banner.png
R web/html/en_US/StaticCommunityBranding-2.50-STD.html
R web/html/en_US/StaticCommunityBranding-2.50-STD_files/banner.png
---
|
|
|
(0098138)
|
hgbot
|
2017-07-20 08:51
|
|
Repository: erp/devel/pi
Changeset: d4779c9720b6ebeb4028d4fb9a7ad36e23a95d00
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Jul 20 08:40:10 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d4779c9720b6ebeb4028d4fb9a7ad36e23a95d00 [^]
related to issue 36504: removed uiMode from community branding request
There is no need to send fixed uiMode if butler correctly defaults to 3.0.
---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/ApplicationComponent.java
M src/org/openbravo/erpCommon/utility/Utility.java
---
|
|
|
|
|
|
|
|
|
|
|