Notes |
|
|
There is no functionality to review, only to ensure the change doesn't break anything in core
Test plan (core related):
1. Update from MP17 (or older) to PI (including this change)
2. Ensure no warnings/errors during the update process
3. Run: select AD_TREE_OBRE_RESOURCE_CATEGORY from ad_clientinfo where ad_client_id<>'0'
4. Ensure the column contains data
5. As system admin, run an Initial Client Setup
6. Run: select AD_TREE_OBRE_RESOURCE_CATEGORY from ad_clientinfo where ad_client_id<>'0'
7. Ensure the column contains data
8. Run ant smartbuild -Dlocal=no
9. Ensure no warning/errors during the process
10. Run: select AD_TREE_OBRE_RESOURCE_CATEGORY from ad_clientinfo where ad_client_id<>'0'
11. Ensure the column contains data |
|
|
(0054623)
|
hgbot
|
2012-11-28 10:23
|
|
Repository: erp/pmods/org.openbravo.module.resources
Changeset: 19e347ee445ce433042e14fcd7aefb3727d8ade5
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Nov 28 10:22:46 2012 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.module.resources/rev/19e347ee445ce433042e14fcd7aefb3727d8ade5 [^]
Issue 22403: Add support for Resource Category tree
Module stuff
Added FK in AD_ClientInfo table
Added trigger to control the tree when inserting/deleting resource categories
Defined the tab as has tree
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
A src-db/database/model/modifiedTables/AD_CLIENTINFO.xml
A src-db/database/model/triggers/OBRE_RESOURCE_CATEGORY_TRG.xml
---
|
|
|
(0054626)
|
hgbot
|
2012-11-28 11:24
|
|
Repository: erp/devel/pi
Changeset: f3d9c1124d658adfadcb56d483da88771951807c
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Nov 28 10:19:02 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f3d9c1124d658adfadcb56d483da88771951807c [^]
Fixed bug 22403: Add support for Resource Category tree
Changes related to core:
Added column to AD_ClientInfo
Modified UpdateADClientInfo module script to create the resource category tree for already created clients
Modified Tree related servlets to support the new tree
Included new definition for OBRE_RC tree
---
M src-db/database/model/tables/AD_CLIENTINFO.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfo.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo.java
M src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java
M src/org/openbravo/erpCommon/utility/WindowTreeChecks.java
M src/org/openbravo/erpCommon/utility/WindowTreeUtility.java
M src/org/openbravo/erpCommon/utility/WindowTree_data.xsql
---
|
|
|
(0054629)
|
hgbot
|
2012-11-28 13:37
|
|
Repository: erp/devel/pi
Changeset: 0631f41f077e65071d9e3e1dd09c8795d65e6a01
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Nov 28 13:36:54 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/0631f41f077e65071d9e3e1dd09c8795d65e6a01 [^]
Fixed bug 22403: added substr to safely insert the new record
---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateADClientInfoData.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateADClientInfo_data.xsql
---
|
|
|
(0054667)
|
hgbot
|
2012-11-30 11:26
|
|
|
|
|
|
|
|
|
|
|
|
|
(0054723)
|
hgbot
|
2012-12-05 11:00
|
|
Repository: erp/devel/pi
Changeset: 8c06c502c2b6568162dad1fa9e16fd2f65304669
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Dec 05 10:54:26 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8c06c502c2b6568162dad1fa9e16fd2f65304669 [^]
Fixed bug 22403: Tree not properly updated
---
M src/org/openbravo/erpCommon/utility/WindowTreeUtility.java
M src/org/openbravo/erpCommon/utility/WindowTree_data.xsql
---
|
|
|
|
|
|
|
|