(0000160)
administrator (administrator)
2012-12-19 19:09
edited on: 2012-12-19 19:10
|
Added the holder and the "Alternative Holders" list for link instances: all users in this list have the same access rights of the main holder, according to the linktype definition.
OOQL:
link edit <ID> holder <UserName> altholder add <UserName> add <UserName> remove <UserName> ;
Extended the Linktype definition: you can now define access for the holder, the community and users/teams/assignments like in the lifecycle'stages.
Link instances have only one state, so the access options are directly editable in the linktype administrative object.
The link access right options are:
- create (add new link of this linktype)
- destroy (remove a link instance of this linktype)
- edit update the link instance [fields, active, hidden options]
- changetype assign a different linktype
- changeholder update the link holder
- read access to linktype data
- undo revert the last changes
|