Skip to content

Commit

Permalink
SAK-30009 Delegated Access funcationality is broken with the fix SAK-…
Browse files Browse the repository at this point in the history
…28186
  • Loading branch information
Bryan Holladay committed Oct 27, 2015
1 parent 5d51ad3 commit 5df2a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delegatedaccess/impl/src/resources/oracle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ update.siteProperty = MERGE INTO SAKAI_SITE_PROPERTY a USING (select s.* from (?

delete.siteProperty = Delete FROM SAKAI_SITE_PROPERTY where NAME = ? and SITE_ID in (?)

select.hierarchyNode = Select ID, title From HIERARCHY_NODE_META where title in (?) and hierarchyId = ? and isDisabled = 0
select.hierarchyNode = Select ID, title From HIERARCHY_NODE_META where hierarchyId = ? and title in (?) and isDisabled = 0

select.emptyNodes = select hnm.ID from HIERARCHY_NODE hn left join HIERARCHY_NODE_META hnm on hn.id = hnm.id where hn.directChildIds is null and hn.childIds is null and hnm.title not like '/site/%' and isRootNode = 0 and hnm.hierarchyId = ? and hnm.isDisabled = 0

Expand Down

0 comments on commit 5df2a34

Please sign in to comment.