Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54889, comment 4


Ignore:
Timestamp:
01/24/2022 05:39:20 AM (3 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54889, comment 4

    initial v1  
    262612. The `Manage menus` option should not be available.
    2727
    28 === Results
    29 - [https://github.com/WordPress/wordpress-develop/pull/2219 PR 2219] successfully grants access to the `Navigation Menus` screen for `administrators`. ✅
    30 - [https://github.com/WordPress/wordpress-develop/pull/2219 PR 2219] successfully hides the `Manage menus` option from `editors`. ✅
    31 - [https://github.com/WordPress/wordpress-develop/pull/2219 PR 2219] continues to display a permissions notice to `editors` when browsing directly to `wp-admin/edit.php?post_type=wp_navigation`. ❌
     28=== Expected results (✅/❌)
     29- [https://github.com/WordPress/wordpress-develop/pull/2219 PR 2219] should grant access to the `Navigation Menus` screen for `administrators` when selecting `Manage menus`. ✅
     30- [https://github.com/WordPress/wordpress-develop/pull/2219 PR 2219] should hide the `Manage menus` option from `editors`. ✅
     31- [https://github.com/WordPress/wordpress-develop/pull/2219 PR 2219] should continue to display a permissions notice to `editors` when browsing directly to `wp-admin/edit.php?post_type=wp_navigation`. ❌
    3232=== Notes
    3333Editors can still manually browse to `wp-admin/edit.php?post_type=wp_navigation`. This shows the `Navigation Menus` screen and the available menus but does not allow them to interact with the items. The `Bulk Edit` dropdown is available, but does nothing.