Index: branches/unlabeled/unlabeled-1.27.2/core/units/categories/categories_event_handler.php =================================================================== diff -u -r7646 -r7743 --- branches/unlabeled/unlabeled-1.27.2/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 7646) +++ branches/unlabeled/unlabeled-1.27.2/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 7743) @@ -11,6 +11,8 @@ parent::mapPermissions(); $permissions = Array( 'OnRebuildCache' => Array('self' => 'add|edit'), + 'OnPasteClipboard' => Array('self' => 'add|edit'), + 'OnPaste' => array('self'=>'add|edit', 'subitem' => 'edit'), // 'OnSave' => Array('self' => 'add|edit') ); $this->permMapping = array_merge($this->permMapping, $permissions);