#7687 closed enhancement (wontfix)
Menu search
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Many people will be confused with the organization of the new left-side admin menu.
That's why I created a little autocomplete search box on top of the menu, which includes all the menu items and goes to the selected page on Enter.
Attachments (1)
Change History (10)
#2
@
18 years ago
- Resolution set to wontfix
- Status changed from new to closed
I think this would be better as a plugin... Less savvy users would be confused by one search box for menu items and a different search box in the interface for searching posts, comments, etc.
This ticket was mentioned in PR #8441 on WordPress/wordpress-develop by @Mamaduka.
14 months ago
#5
- Keywords has-patch added
Combines the following core sync PRs: #7687 and #7695.
Gutenberg PRs:
- https://github.com/WordPress/gutenberg/pull/66488
- https://github.com/WordPress/gutenberg/pull/67497
- https://github.com/WordPress/gutenberg/pull/66631
- https://github.com/WordPress/gutenberg/pull/67465
- https://github.com/WordPress/gutenberg/pull/66579
- https://github.com/WordPress/gutenberg/pull/66654
- https://github.com/WordPress/gutenberg/pull/67518
Trac ticket:
The only backport I've not handled is this: https://github.com/WordPress/gutenberg/blob/e093fefd041eb6cc4a4e7f67b92ab54fd75c8858/lib/compat/wordpress-6.8/preload.php#L13-L35.
@peterwilsoncc, what would be the best way to address it in post _wp_get_site_editor_redirection_url?
Another piece of logic relies on the postType and postId arguments, which might need to be updated or become obsolete.
@peterwilsoncc commented on PR #8441:
14 months ago
#6
@peterwilsoncc, what would be the best way to address it in post
_wp_get_site_editor_redirection_url?
Sorry mate, I am a little unclear what you are asking here? Is it regarding the backport of the code you have left out for now? Presuming that's the case, I think it will need to be much the same code as both of the following URLs can be used for editing a page with the ID 2:
- http://wp-dev.local/wp/wp-admin/site-editor.php?canvas=edit&p=%2Fpage%2F2
- http://wp-dev.local/wp/wp-admin/site-editor.php?p=%2Fpage&postId=2&canvas=edit
The latter is used in the site editor.
@Mamaduka commented on PR #8441:
14 months ago
#7
Is it regarding the backport of the code you have left out for now?
Sorry, @peterwilsoncc, that was the question.
@Mamaduka commented on PR #8441:
14 months ago
#8
This should be ready for final review.
@Mamaduka commented on PR #8441:
14 months ago
#9
Removed default_template_part_areas and default_template_types query arguments for index prealoding path.
+1 Looks good to me functionality wise.