Opened 7 years ago
Closed 6 years ago
#43278 closed defect (bug) (fixed)
Slug box visible on Quick Edit
Reported by: | bhargavmehta | Owned by: | pento |
---|---|---|---|
Milestone: | 5.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Quick/Bulk Edit | Keywords: | fixed-5.0 |
Focuses: | ui, administration | Cc: |
Description
Steps to Reproduce:
Register a new post type with
publicly_queryable => false
Actual Output:
When we click on Quick Edit in Post in new post type Slug box is visible.
Expect Output:
When we click on Quick Edit in Post in new post type Slug box should not be visible
Attachments (2)
Change History (17)
This ticket was mentioned in Slack in #core by bhargavmehta. View the logs.
6 years ago
@
6 years ago
Tested on my custom post type with the attribute publicly_queryable => false
and works. The patch hides the slug for me.
#6
@
6 years ago
- Keywords has-unit-tests removed
- Milestone changed from Awaiting Review to 5.0
- Owner set to pento
- Status changed from new to assigned
- Version trunk deleted
#8
@
6 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
[43664] should be merged into 5.0
#10
@
6 years ago
@pento Pages have publicly-queryable
set to false
when registered too, so this makes it so you can't edit page slugs in the quick edit box. Is that intentional here or just accidental oversight?
First reported here: https://github.com/WordPress/gutenberg/issues/11277
#11
@
6 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Thanks for the ping, @earnjam. I'll need to think about this some more.
Fix of the issue attached