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

Support for new entity permissions form #219

Merged
merged 4 commits into from
Jul 6, 2023

Commits on May 15, 2023

  1. Initial support for new permissions form

    Ref #218
    
    Add new annotation to get the alert banner permissions form on the manage alert banner type
    entity.
    Also changes the alert banner permissions generator to make sure are assigned to the alert
    banner entity using BundlePermissionHandlerTrait
    andybroomfield committed May 15, 2023
    Configuration menu
    Copy the full SHA
    9cd992a View commit details
    Browse the repository at this point in the history
  2. Fix test paths

    As banner types now use path /admin/structure/alert-banner-types
    andybroomfield committed May 15, 2023
    Configuration menu
    Copy the full SHA
    3766c04 View commit details
    Browse the repository at this point in the history
  3. Update the minimum version requirement to Drupal 9.4

    Drops support for Drupal 8 and Drupal less than 9.4 which does not have
    the BundlePermissionHandlerTrait.
    andybroomfield committed May 15, 2023
    Configuration menu
    Copy the full SHA
    97f3c2f View commit details
    Browse the repository at this point in the history
  4. Fix typo

    andybroomfield committed May 15, 2023
    Configuration menu
    Copy the full SHA
    fb0ab46 View commit details
    Browse the repository at this point in the history