mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added ACLs to Attributes. Can't do much with them yet, but the column is in place.
Fixed failing AttrQueryTest. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5528 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
</id>
|
||||
<discriminator column="type" type="string" length="1"/>
|
||||
<version column="version" name="version" type="long"/>
|
||||
<many-to-one name="acl" column="acl_id" foreign-key="fk_attributes_n_acl"
|
||||
class="org.alfresco.repo.domain.hibernate.DbAccessControlListImpl"/>
|
||||
<!-- A boolean valued attribute -->
|
||||
<subclass name="BooleanAttributeImpl" proxy="BooleanAttribute" lazy="true"
|
||||
discriminator-value="O">
|
||||
|
Reference in New Issue
Block a user