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

List view: show context menu for content-only blocks in posts #62354

Merged
merged 6 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. Ensure the Edit template context menu is shown in the post editor/sit…

    …e editor pages by checking only for a templateId.
    
    Previously it was only shown for pages and there was no check if the user can edit template.
    Show a not-very-pretty dialogue box where a user cannot edit a template.
    ramonjd committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3dd2c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c129b9 View commit details
    Browse the repository at this point in the history
  3. Rename variable

    Move canUser fallback component beneath existing entity check block
    ramonjd committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2024781 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a61b9cd View commit details
    Browse the repository at this point in the history
  5. Check for content blocks

    ramonjd committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e17d37d View commit details
    Browse the repository at this point in the history
  6. Use getContentLockingParent

    Whoops, too many exclamation marks :)
    ramonjd committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    77a02a4 View commit details
    Browse the repository at this point in the history