-
Notifications
You must be signed in to change notification settings - Fork 12k
Add warning if filler plugin is used but not registered #10702
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 warning if filler plugin is used but not registered #10702
Conversation
kurkle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be sufficient to have the test in datasetController?
Also we could abstract the message, but that should be done if/when we get another similar warning.
|
I thought only the dataset controller wasn't sufficient enough since it wouldn't throw an error when you set fill:true in the options. Downside of this is that if you specify fill true in the dataset and root of the options it will throw the warning multiple times |
|
The dataset options should resolve to the root options, if not specified at dataset level, so it should work that way. Maybe add tests? :) |
|
You are right 😅 , my 2AM testing brain was flawed so it seemed 😬 |
kurkle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of nits
Resolves #10700