mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.1 to HEAD
13857: Merged V2.2 to V3.1 7028-13041: (Record only) New merge path 13343: (Record onlY) Merged V3.1 to V2.2: 13330: Fix ETHREEOH-1408: Incorrect button name at "Manage Task: Submitted" page 13337: Fix for ETHREEOH-1409 and further fix for ETHREEOH-1408 13363: Fix ETWOTWO-1022 (Virtual website not found - Bad host name) 13386: Fix ETWOTWO-1145: WCM Form web script include is not handling ${} token format 13387: (Record only) Removed dev from version label 13621: (Record only) Merged V3.1 to V2.2 13497: Fixed ETHREEOH-1431: Authentication case sensitivity switch doesn't work Fixes ETWOTWO-1012 13828: ETWOTWO-1171 - checkpoint (alternative patch: resetWCMToGroupBasedPermissions) 13845: ETWOTWO-1171 - alternative patch: resetWCMToGroupBasedPermissions (part 2 of 2 - set layered/shared acls) 13855: Fixed line endings 13856: ETWOTWO-1171 - minor fix: wcmPostPermissionSnapshot patch target schema should be 95 ___________________________________________________________________ Modified: svn:mergeinfo Merged /alfresco/BRANCHES/V2.2:r7028-12305,12307-12310,12312-12319,12321,... Merged /alfresco/BRANCHES/V3.1:r13857 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14765 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -339,7 +339,7 @@
|
||||
JOIN alf_namespace ns ON (ns.id = qn.ns_id)
|
||||
WHERE
|
||||
ns.uri LIKE :uri AND
|
||||
qn.local_name LIKE :localName
|
||||
upper(qn.local_name) LIKE upper(:localName)
|
||||
</sql-query>
|
||||
|
||||
<sql-query name="avm.GetStorePropertiesByStoreAndKeyPattern">
|
||||
@@ -353,7 +353,7 @@
|
||||
WHERE
|
||||
asp.avm_store_id = :storeId AND
|
||||
ns.uri LIKE :uri AND
|
||||
qn.local_name LIKE :localName
|
||||
upper(qn.local_name) LIKE upper(:localName)
|
||||
</sql-query>
|
||||
|
||||
<sql-query name="avm.DeleteStorePropertiesByType">
|
||||
|
Reference in New Issue
Block a user