Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed serverinfo menu item permissions and cleanup translations #157

Merged
merged 2 commits into from
Jun 7, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ pimcore.bundle.perspectiveeditor.MenuItemPermissionHelper = class {
'items.systemtools.items.phpinfo',
'items.systemtools.items.opcache',
'items.systemtools.items.requirements',
'items.systemtools.items.serverinfo',
'items.systemtools.items.database',
'items.systemtools.items.fileexplorer'
],
Expand Down
6 changes: 0 additions & 6 deletions src/Resources/translations/admin.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ plugin_pimcore_perspectiveeditor_view_type: "Element Type"
plugin_pimcore_perspectiveeditor_icon_selection: "Icon Selection"
plugin_pimcore_perspectiveeditor_view_expanded: "Expanded"
plugin_pimcore_perspectiveeditor_view_hidden: "Hidden"

plugin_pimcore_perspectiveeditor_view_editor: "View Editor"
plugin_pimcore_perspectiveeditor_views: "Views"
plugin_pimcore_perspectiveeditor_all_content_will_be_lost: "All content will be lost"
Expand Down Expand Up @@ -160,9 +159,7 @@ plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_fileexplore
plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_opcache: "PHP OPcache Status"
plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_phpinfo: "PHP Info"
plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_requirements: "System-Requirements Check"
plugin_pimcore_perspectiveeditor_menu_extras_items_systemtools_items_serverinfo: "Server Info"
plugin_pimcore_perspectiveeditor_menu_extras_items_translations: "Translations"

plugin_pimcore_perspectiveeditor_menu_marketing_hidden: "Hide Markeing Menu"
plugin_pimcore_perspectiveeditor_menu_marketing_items_reports: "Reports"
plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_hidden: "Hide SEO Menu"
Expand All @@ -171,7 +168,6 @@ plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_httperrors: "HTT
plugin_pimcore_perspectiveeditor_menu_marketing_items_seo_items_robots: "Robots.txt"
plugin_pimcore_perspectiveeditor_menu_marketing_items_tagmanagement: "Tag & Snippet Management"
plugin_pimcore_perspectiveeditor_menu_marketing_items_targeting: "Personalization / Targeting"

plugin_pimcore_perspectiveeditor_menu_settings_hidden: "Hide Settings Menu"
plugin_pimcore_perspectiveeditor_menu_settings_items_adminTranslations: "Admin Translations"
plugin_pimcore_perspectiveeditor_menu_settings_items_cache_hidden: "Hide Cache Menu"
Expand Down Expand Up @@ -203,12 +199,10 @@ plugin_pimcore_perspectiveeditor_menu_settings_items_users_items_users: "Users"
plugin_pimcore_perspectiveeditor_menu_settings_items_web2print: "Web-to-Print Settings"
plugin_pimcore_perspectiveeditor_menu_settings_items_website: "Website Settings"
plugin_pimcore_perspectiveeditor_menu_settings_items_perspectiveEditor: "Perspective Editor"

plugin_pimcore_perspectiveeditor_menu_search_hidden: "Hide Search Menu"
plugin_pimcore_perspectiveeditor_menu_search_items_assets: "Assets"
plugin_pimcore_perspectiveeditor_menu_search_items_documents: "Documents"
plugin_pimcore_perspectiveeditor_menu_search_items_objects: "Objects"
plugin_pimcore_perspectiveeditor_menu_search_items_quickSearch: "Quick Search"

plugin_pimcore_perspectiveeditor_datahub: "Data-Hub"
plugin_pimcore_perspectiveeditor_menu_datahub_hidden: "Hide Data-Hub"
Loading