Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0045230Openbravo ERPA. Platformpublic2020-10-15 08:072020-10-16 10:44
alostale 
alostale 
normalminorhave not tried
closedfixed 
5
 
PR20Q2.3PR20Q2.3 
Core
No
0045230: disable GUI rebuild+restart from MMC by default
Change default behavior for MMC not to allow rebuild and restart from GUI unless External Rebuild property is configured.

Before the default was the opposite: rebuild and restart were enabled unless the preference disabled them.

This serves as preparation for 0044269
1. Install a new module from MMC
2. Check flow can be completed from GUI
No tags attached.
blocks backport 0045228PR20Q4 closed alostale disable GUI rebuild+restart from MMC by default 
Issue History
2020-10-15 08:08alostaleTarget VersionPR20Q4 => PR20Q2.3
2020-10-16 07:34hgbotNote Added: 0123730
2020-10-16 10:44hgbotResolutionopen => fixed
2020-10-16 10:44hgbotStatusscheduled => closed
2020-10-16 10:44hgbotNote Added: 0123735
2020-10-16 10:44hgbotFixed in Version => PR20Q2.3
2020-10-16 10:44hgbotNote Added: 0123736

Notes
(0123730)
hgbot   
2020-10-16 07:34   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/202 [^]
(0123735)
hgbot   
2020-10-16 10:44   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/202 [^]
(0123736)
hgbot   
2020-10-16 10:44   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 96706866760dd4e277d1e035470f5edd8cb6fe63
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 2020-10-16T07:32:31+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/96706866760dd4e277d1e035470f5edd8cb6fe63 [^]

fixed ISSUE-45230: disable GUI rebuild+restart from MMC by default

Changed default value for external rebuild. Now by default, rebuid from
MMC's GUI is set to external.

It's still possible to change this behavior to rebuild from GUI by
setting ExternalRebuild preference to false.

---
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
---