Skip to content

Commit

Permalink
Removed dashboard check from admin-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i committed Mar 6, 2024
1 parent 295ee44 commit 22da783
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 49 deletions.
15 changes: 15 additions & 0 deletions src/bundle/Resources/translations/ibexa_menu.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,21 @@
<target state="new">Save and close</target>
<note>key: section_edit__sidebar_right__save_and_close</note>
</trans-unit>
<trans-unit id="db0f50e15d8842dd4bdfbf8e3ba87433effde5d1" resname="sidebar_right.create">
<source>Create</source>
<target state="new">Create</target>
<note>key: sidebar_right.create</note>
</trans-unit>
<trans-unit id="e0640245c9f51b4a109796d797654742254056f5" resname="sidebar_right.create_content">
<source>Create content</source>
<target state="new">Create content</target>
<note>key: sidebar_right.create_content</note>
</trans-unit>
<trans-unit id="54d372f047fb6efb83ac05eca195c8c891edc64a" resname="sidebar_right.create_user">
<source>Create user</source>
<target state="new">Create user</target>
<note>key: sidebar_right.create_user</note>
</trans-unit>
<trans-unit id="ae876d2c3fdb4f08383aefae6106b69dfe124b38" resname="trash__sidebar_right__empty_trash">
<source>Empty Trash</source>
<target state="new">Empty Trash</target>
Expand Down
3 changes: 2 additions & 1 deletion src/lib/Menu/ContentRightSidebarLabelFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType;
use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface;
use JMS\TranslationBundle\Model\Message;
use JMS\TranslationBundle\Translation\TranslationContainerInterface;

final class ContentRightSidebarLabelFactory implements ContentRightSidebarLabelFactoryInterface
final class ContentRightSidebarLabelFactory implements ContentRightSidebarLabelFactoryInterface, TranslationContainerInterface
{
public const CREATE = 'sidebar_right.create';
public const CREATE_CONTENT = 'sidebar_right.create_content';
Expand Down

This file was deleted.

0 comments on commit 22da783

Please sign in to comment.