Index: branches/RC/core/units/general/cat_event_handler.php =================================================================== diff -u -r10098 -r10288 --- branches/RC/core/units/general/cat_event_handler.php (.../cat_event_handler.php) (revision 10098) +++ branches/RC/core/units/general/cat_event_handler.php (.../cat_event_handler.php) (revision 10288) @@ -21,6 +21,8 @@ 'OnDownloadFile' => Array('self' => 'view'), 'OnCancelAction' => Array('self' => true), + + 'OnItemBuild' => Array('self' => true), ); $this->permMapping = array_merge($this->permMapping, $permissions);