Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for disabling Quick Edit for Post Types and Taxonomies in WP 6.4+ #7189

Merged
merged 8 commits into from
Dec 7, 2023

Conversation

sc0ttkclark
Copy link
Member

Description

This adds support for disabling the Quick Edit feature for Post Type and Taxonomies which was added in WP 6.4 via https://core.trac.wordpress.org/ticket/19343#comment:23

Testing instructions

  1. Edit a custom post type or custom taxonomy pod
  2. Go to Advanced tab
  3. Uncheck the support for Quick Edit
  4. Save the pod
  5. Check the WP screen for that object and confirm quick edit is either enabled or disabled based on your previous change

Screenshots / screencast

Changelog text for these changes

PR checklist

@sc0ttkclark sc0ttkclark added the Type: Enhancement Enhancements to features that already exist, but are not major additions label Sep 28, 2023
@sc0ttkclark sc0ttkclark added this to the Pods 3.0.7 milestone Sep 28, 2023
@sc0ttkclark sc0ttkclark self-assigned this Sep 28, 2023
@sc0ttkclark
Copy link
Member Author

Pending WP 6.4 RC, we can merge after that because the code is most likely staying at that point.

@sc0ttkclark sc0ttkclark modified the milestones: Pods 3.0.7, Pods 3.0.9 Oct 8, 2023
@sc0ttkclark sc0ttkclark modified the milestones: Pods 3.0.9, Pods 3.0.10 Oct 20, 2023
@sc0ttkclark sc0ttkclark marked this pull request as ready for review December 7, 2023 16:47
Copy link

what-the-diff bot commented Dec 7, 2023

PR Summary

  • Added Quick-Edit Feature Support for Post Types and Taxonomies
    The change enriches our system by allowing quick edits on different types of posts and taxonomies, resulting in a smoother, more efficient editing experience for users.

  • Implemented Option to Disable Quick-Edit Feature in WordPress 6.4+
    With the added layer of flexibility, users can now disable the quick-edit feature in WordPress version 6.4 and above if they prefer the standard editing method. This change caters to diverse user preferences, thus enhancing user experience.

@sc0ttkclark sc0ttkclark changed the base branch from main to release/3.0.9 December 7, 2023 16:47
@sc0ttkclark sc0ttkclark merged commit 1ba4f00 into release/3.0.9 Dec 7, 2023
@sc0ttkclark sc0ttkclark deleted the feature/support-disabling-quick-edit branch December 7, 2023 16:48
@sc0ttkclark sc0ttkclark modified the milestones: Pods 3.0.10, Pods 3.0.9 Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Enhancements to features that already exist, but are not major additions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant