ObjectsController: it's apply, not apply_rule
This commit is contained in:
parent
e0667a1d9b
commit
fe822c3e31
|
@ -131,7 +131,7 @@ abstract class ObjectsController extends ActionController
|
|||
Link::create(
|
||||
$this->translate('Add'),
|
||||
"director/$type/add",
|
||||
['type' => 'apply_rule'],
|
||||
['type' => 'apply'],
|
||||
[
|
||||
'title' => sprintf(
|
||||
$this->translate('Create a new %s Apply Rule'),
|
||||
|
|
Loading…
Reference in New Issue