Author: david Date: Thu Oct 1 15:28:30 2009 New Revision: 3629 Log: Likewise drop information object 'deleteNote', 'deleteProperty' and 'deleteTermRelation' actions and security settings. All calls to these actions were dropped in r1639.
Deleted: trunk/apps/qubit/modules/informationobject/actions/deleteNoteAction.class.php trunk/apps/qubit/modules/informationobject/actions/deletePropertyAction.class.php trunk/apps/qubit/modules/informationobject/actions/deleteTermRelationAction.class.php Modified: trunk/apps/qubit/modules/informationobject/config/security.yml Modified: trunk/apps/qubit/modules/informationobject/config/security.yml ============================================================================== --- trunk/apps/qubit/modules/informationobject/config/security.yml Thu Oct 1 15:22:20 2009 (r3628) +++ trunk/apps/qubit/modules/informationobject/config/security.yml Thu Oct 1 15:28:30 2009 (r3629) @@ -1,13 +1,3 @@ -deleteNote: - is_secure: on - credentials: [[ contributor, editor, administrator ]] -deleteProperty: - is_secure: on - credentials: [[ contributor, editor, administrator ]] -deleteTermRelation: - is_secure: on - credentials: [[ contributor, editor, administrator ]] - move: is_secure: on credentials: [[ contributor, editor, administrator ]] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Qubit Toolkit Commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.ca/group/qubit-commits?hl=en -~----------~----~----~----~------~----~------~--~---
