Opened 12 years ago
Last modified 7 years ago
#30870 new enhancement
Add an $actions array and a filter in inline_edit() function
| Reported by: | olivierstern | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Quick/Bulk Edit | Version: | 3.1 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: | administration |
Description
There is no current possibility for the developper not to display part of the form generated by the inline_edit() function. It would be great enhancement to store the filedset in an array, then apply a "post_inline_edit_fields" with as parameter the fieldset array and the post, and then echo the fieldset.
For the moment, you can add a metabox but not remove any part of the form.
Thank you.
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi olivierstern, welcome to Trac! Would you like to submit a patch to go along with your suggestion?
Related: #26948 – For filtering taxonomies included via
inline_edit()