[ 1739541 ] Organization in Window "Role" problem

http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1739541&group_id=176962
This commit is contained in:
teo_sarca 2007-07-23 06:36:13 +00:00
parent f0a5522d82
commit 69c9abfdc9
4 changed files with 22 additions and 16 deletions

View File

@ -1,8 +0,0 @@
--
-- [ 1739541 ] Organization in Window "Role" problem
-- http://sourceforge.net/tracker/index.php?func=detail&aid=1739541&group_id=176962&atid=879332
--
-- Column AD_Role_OrgAccess.AD_Org_ID:
UPDATE AD_Column SET IsParent='N' WHERE AD_Column_ID=5508;
--
COMMIT;

View File

@ -0,0 +1,11 @@
--
-- [ 1739541 ] Organization in Window "Role" problem
-- http://sourceforge.net/tracker/index.php?func=detail&aid=1739541&group_id=176962&atid=879332
--
-- Original File 011_BF_1739541.sql was deleted - the original file put the IsParent='N'
-- restoring past value from IsParent because somebody could apply this patch into their system
--
-- Column AD_Role_OrgAccess.AD_Org_ID:
UPDATE AD_Column SET IsParent='Y' WHERE AD_Column_ID=5508 AND IsParent='N';
--
COMMIT;

View File

@ -1,8 +0,0 @@
--
-- [ 1739541 ] Organization in Window "Role" problem
-- http://sourceforge.net/tracker/index.php?func=detail&aid=1739541&group_id=176962&atid=879332
--
-- Column AD_Role_OrgAccess.AD_Org_ID:
UPDATE AD_Column SET IsParent='N' WHERE AD_Column_ID=5508;
--
COMMIT;

View File

@ -0,0 +1,11 @@
--
-- [ 1739541 ] Organization in Window "Role" problem
-- http://sourceforge.net/tracker/index.php?func=detail&aid=1739541&group_id=176962&atid=879332
--
-- Original File 011_BF_1739541.sql was deleted - the original file put the IsParent='N'
-- restoring past value from IsParent because somebody could apply this patch into their system
--
-- Column AD_Role_OrgAccess.AD_Org_ID:
UPDATE AD_Column SET IsParent='Y' WHERE AD_Column_ID=5508 AND IsParent='N';
--
COMMIT;