Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Allow setting the default blacklist via properties #394

Merged
merged 6 commits into from
Jan 14, 2025

Conversation

codeconsole
Copy link
Contributor

@codeconsole codeconsole commented Jan 13, 2025

If properties are not set, default behavior remains unchanged.

Example:

grails:
  plugin:
    fields:
      exclusions:
        display:
          - version
          - created
        input:
          - version
          - lastUpdated
          - dateCreated
          - created
          - modified
        list:
          - version
          - modified

Copy link
Contributor

@jdaugherty jdaugherty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it would work, but I'd like to see some tests for the exclusion loads.

@codeconsole
Copy link
Contributor Author

codeconsole commented Jan 13, 2025

This looks like it would work, but I'd like to see some tests for the exclusion loads.

@jdaugherty done

@codeconsole codeconsole merged commit 8ff774d into grails:6.0.x Jan 14, 2025
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants