Index: branches/5.2.x/units/shipping_costs/shipping_costs_event_handler.php =================================================================== diff -u -N -r14872 -r14986 --- branches/5.2.x/units/shipping_costs/shipping_costs_event_handler.php (.../shipping_costs_event_handler.php) (revision 14872) +++ branches/5.2.x/units/shipping_costs/shipping_costs_event_handler.php (.../shipping_costs_event_handler.php) (revision 14986) @@ -1,6 +1,6 @@ Array('subitem' => 'add|edit'), - 'OnClearAll' => Array('subitem' => 'add|edit'), - 'OnSaveCreated' => Array('subitem' => 'add|edit'), - ); + 'OnPropagate' => Array('subitem' => 'add|edit'), + 'OnClearAll' => Array('subitem' => 'add|edit'), + 'OnSaveCreated' => Array('subitem' => 'add|edit'), + ); + $this->permMapping = array_merge($this->permMapping, $permissions); }