Version 4 (modified by 5 years ago) ( diff ) | ,
---|
Update from build 117
- Remove obsolete column
description
, and insert a new permission_change_lifecycle_state
:alter table permissions drop column description; insert into permissions(id,name, obj_version) values (1,'_change_lifecycle_state',0);
- Edit all ACLs and set the new permission in for those accessors that need to manipulate lifecycle states on objects.
Note:
See TracWiki
for help on using the wiki.