Opened 14 years ago
Last modified 20 months ago
#12684 assigned feature request
Add Edit to Bulk Actions menu on Categories screen
Reported by: | jane | Owned by: | dipalidhole27gmailcom |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Quick/Bulk Edit | Keywords: | has-patch needs-testing |
Focuses: | ui | Cc: |
Description
On edit-tags.php?taxonomy=category the only bulk action is Delete, because we never got around to adding Edit. We should add Edit to the bulk actions menu so people can change category parents easily. Has been requested on the Ideas forum a number of times, so am starting a ticket. If there's a technical reason not to add Edit to the bulk actions on this screen, then we should get rid of the menu and just have a Delete button. Adding Edit would be preferable, though, for consistency and usefulness.
Attachments (5)
Change History (35)
#2
@
14 years ago
They would probably be columns with option to make children or parent or some such. The UI group will likely mock it up, but since this is targeted for 3.1, not 3.0, no one has started on it yet.
#3
@
14 years ago
- Component changed from Taxonomy to UI
- Owner filosofo deleted
- Status changed from new to assigned
#4
@
14 years ago
See Q#1 > ??
Would prefer to see bulk editing for users first. Ex.: http://core.trac.wordpress.org/ticket/11392
#7
@
12 years ago
- Component changed from UI to Quick/Bulk Edit
- Keywords ui-focus added; ui-feedback removed
#8
@
9 years ago
- Keywords needs-patch good-first-bug added
I like the idea of this enhancement. Would make a good first bug for someone
#10
@
9 years ago
I had a look at this during #wceu Contributor Day in Seville.
What I would expect from this feature is allowing the user to only edit the parent term. For that, we should add a inline-edit-parent.js providing the form for doing so. This can be based on inline-edit-tax.js.
I would add a inline_edit_parent method in WP_Terms_List_Table, returning the form for editing this.
WP_Terms_List_Table::get_bulk_actions should return a edit-parent action, which we need to handle at edit-tags.php.
Otherwise, we need a new page with a new form for doing that, which I don't think it is consistent with the rest of the interface.
Does this make sense?
#11
@
9 years ago
It makes sense @penyaskito. I'll try to make a patch for this, I'm already studying how this was done for the Posts.
About the 'edit-parent' action that get_bulk_actions should return, I think it's better to call simply 'edit', since we could add more edit options in the future.
#14
@
9 years ago
- Keywords needs-refresh added; has-patch needs-testing removed
The REQUEST needs to be sanitized. Also "Parent Category" needs to be l10n'd
#16
@
9 years ago
I would suggest to add the filter 'bulk_edit_custom_box' (the same way 'quick_edit_custom_box' exists for posts and taxonomies).
#17
@
9 years ago
I tested it on Macbook Pro OS X. It worked great for 3 different levels of parents.
This ticket was mentioned in Slack in #core by dipali.dhole27. View the logs.
9 years ago
#20
@
9 years ago
- Keywords needs-refresh added
Just had a look at the patch. It doesn't apply cleanly anymore so definitely needs a refresh.
Some thoughts:
- Do not change the
.gitignore
file. - WordPress coding standards need to be followed properly. For example, there's lots of empty lines and also undocumented hooks.
- Use the
--no-prefix
flag when creating the patch using Git.
#22
@
9 years ago
- Keywords needs-refresh added
@dipali.dhole27@…: Thanks for updating the patch & updating the keywords! Trac doesn't send notifications for attachment uploads, so the refreshed patch went unnoticed.
Unfortunately, the latest patch does not apply cleanly anymore because of some changes in the JS file. Would you mind having another look? Don't forget to add a separate comment when you upload a new patch.
#23
@
8 years ago
- Owner set to dipalidhole27gmailcom
Assigning to mark the good-first-bug as "claimed".
@dipalidhole27gmailcom: See comment:22
This ticket was mentioned in Slack in #core by vinod-dalvi. View the logs.
7 years ago
#27
@
2 years ago
This ticket is on the agenda for the component bug scrub on Monday 28 March 2022, 20:00 UTC. Does anyone have an update or can test the refreshed patch if this is still needed. @dipalidhole27gmailcom @vinod-dalvi Thanks.
This ticket was mentioned in Slack in #core by abhanonstopnews. View the logs.
20 months ago
#30
@
20 months ago
- Keywords needs-testing added
Relating to this, ticket and all comments reviewed in component review today.
@oglekler, @webcommsat reviewing and testing (results will be added to this ticket). Other tests welcomed of latest patch.
The only option under bulk edit currently is to delete. There is no edit option as identified by the ticket when first raised.
With bulk actions, the only thing which can be done is to change the parent category. Everything else seems individual to each category itself.
Further tests of the most recent patch needed, and checks against issues found previously.
@oglekler: It is disappointing from that you can not edit description. This would be out of scope for this ticket, but may be useful.
How do you expect to do bulk edit? Have text boxes all lined up or something? Doesn't make a lot of sense.