[ 1739541 ] Organization in Window "Role" problem
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1739541&group_id=176962
This commit is contained in:
parent
f0a5522d82
commit
69c9abfdc9
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue