Skip to content

Commit

Permalink
Merge pull request #603 from inakijv/EZP-29546_Correct_Icons_editing_…
Browse files Browse the repository at this point in the history
…view_ObjState_and_Role_limitation

EZP-29546: Updated icons in Edit view for Object State and Role Polic…
  • Loading branch information
Łukasz Serwatka committed Aug 29, 2018
2 parents c2a09bf + f4fe98c commit 9cfe418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -60,7 +60,7 @@ public function createStructure(array $options): ItemInterface
'class' => 'btn--trigger',
'data-click' => sprintf('#%s', $saveId),
],
'extras' => ['icon' => 'publish'],
'extras' => ['icon' => 'save'],
]
),
self::ITEM__CANCEL => $this->createMenuItem(
Expand Down
Expand Up @@ -59,7 +59,7 @@ public function createStructure(array $options): ItemInterface
'class' => 'btn--trigger',
'data-click' => sprintf('#%s', $saveId),
],
'extras' => ['icon' => 'publish'],
'extras' => ['icon' => 'save'],
]
),
self::ITEM__CANCEL => $this->createMenuItem(
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Menu/Admin/Role/PolicyEditRightSidebarBuilder.php
Expand Up @@ -63,7 +63,7 @@ public function createStructure(array $options): ItemInterface
'class' => 'btn--trigger',
'data-click' => sprintf('#%s', $saveId),
],
'extras' => ['icon' => 'save'],
'extras' => ['icon' => 'publish'],
]
),
self::ITEM__CANCEL => $this->createMenuItem(
Expand Down

0 comments on commit 9cfe418

Please sign in to comment.