Fix target of the create a new role link

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 22:37:02 +02:00
parent 48b1c5ff30
commit a69179c3f2
1 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@
null,
array(
'class' => 'button action-link',
'data-base-target' => '_next',
'icon' => 'plus',
'title' => $this->translate('Create a new role')
)