Notes |
|
|
As discussed with Dmitry, proposed solution:
Merge message shouldn't be shown in case the module that defines the merge depends (at any level) on APRM, and APRM is not installed. |
|
|
|
This message is shown in 3 places during update:
1. In Update Description field within the module description box.
2. As an info message when installing the update
3. In the description field of Module Detail popup that can be opened when the update installation has begun
Messages for 1 and 2 can be skipped without additional changes in ERP, but 3 cannot be done because CR doesn't receive at this point info about installed modules, just the version to get info about. |
|
|
(0038632)
|
hgbot
|
2011-06-30 15:47
|
|
Repository: erp/pmods/org.openbravo.utility.centralrepository
Changeset: e671062c8976f788e27b069fee495055f2aa74c2
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Jun 30 15:46:37 2011 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.utility.centralrepository/rev/e671062c8976f788e27b069fee495055f2aa74c2 [^]
fixed bug 17834: Do not show merge message in following case:
APRM is not installed, there is a new version for a module that is merged within another
one that depends at any level in APRM
---
M src/org/openbravo/utility/centralrepository/process/ModuleUtility.java
M src/org/openbravo/utility/centralrepository/ws/erp/CheckConsistency.java
M src/org/openbravo/utility/centralrepository/ws/erp/WebService3Impl.java
---
|
|
|
|
|