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

Fix custom app snippet leads to warnings for missing props #2558

Merged
merged 1 commit into from
Nov 23, 2018

Conversation

fzaninotto
Copy link
Member

The has* props aren't really required anyway, because the ListController treats an empty value as falsy. And since all the other controllers consider these props as non-required, the change is also about making the controllers consistent.

Refs #2485

The `has*` props aren't really required anyway, because the `ListController` treats an empty value as falsy. And since all the other controllers consider these props as non-required, the change is also about making the controllers consistent.
@djhi djhi merged commit 27f3444 into master Nov 23, 2018
@djhi djhi added this to the 2.4.4 milestone Nov 23, 2018
@djhi djhi deleted the listcontroller-has-edit branch November 23, 2018 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants