Opened 9 years ago
Closed 14 months ago
#40311 closed enhancement (duplicate)
Disable inline edit post via filter
| Reported by: | sebastian.pisula | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Quick/Bulk Edit | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
I suggest add new filter:
disable_inline_edit_post
if true inline edit is disable.
Attachments (1)
Change History (7)
#4
@
14 months ago
I disagree slightly with @johnbillion on this. I think that disable_inline_edit_post with a default value of TRUE says to me that by default inline edit post is disabled. I think that enable_inline_edit_post with a default value of TRUE says that it is turned on and an extender can return false to not have it be enabled.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the patch, @sebastian.pisula! I agree this filter will be useful. It's a bit hacky removing Quick Edit otherwise.
The filter name should be changed to
disable_inline_edit_postwith a default value oftrue. This avoids the double negative of'disable_inline_edit_post', false.