Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/Menu/Action/VersionListActionMenuBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class VersionListActionMenuBuilder extends AbstractActionBuilder implement
public const string ITEM_EDIT_DRAFT = 'version_list__action__content_edit';
public const string ITEM_RESTORE_VERSION = 'version_list__action__restore_version';

private const string ICON_ARCHIVE_RESTORE = 'archive-restore';
private const string ICON_ARCHIVE_RESTORE = 'archived-restore';

protected function getConfigureEventName(): string
{
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/Menu/Action/VersionListActionMenuBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class VersionListActionMenuBuilderTest extends BaseActionMenuBuilderTest
private const ITEM_RESTORE_VERSION = 'version_list__action__restore_version';

private const RESTORE_ACTION_ITEM_EXTRAS = [
'icon' => 'archive-restore',
'icon' => 'archived-restore',
'orderNumber' => 10,
'translation_domain' => 'ibexa_action_menu',
];
Expand Down
Loading