ObjectController: no "edit" tab, got to /<object>

This commit is contained in:
Thomas Gelf 2016-02-28 18:07:24 +01:00
parent f818cb3eb6
commit 489fb661d9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ abstract class ObjectController extends ActionController
$params['name'] = $object->object_name;
$tabs = $this->getTabs()->add('modify', array(
'url' => sprintf('director/%s/edit', $type),
'url' => sprintf('director/%s', $type),
'urlParams' => $params,
'label' => $this->translate(ucfirst($type))
));