Opened 8 years ago
Closed 11 days ago
#40311 closed enhancement (duplicate)
Disable inline edit post via filter
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Quick/Bulk Edit | Keywords: | has-patch |
Focuses: | Cc: |
Description
I suggest add new filter:
disable_inline_edit_post
if true inline edit is disable.
Attachments (1)
Change History (7)
#2
@
8 years ago
- Keywords needs-refresh added
- Milestone changed from Awaiting Review to Future Release
#4
@
12 days 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.
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_post
with a default value oftrue
. This avoids the double negative of'disable_inline_edit_post', false
.