Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Rewrite validation groups explanation.#2762
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dsuurlant commentedJun 23, 2013
| Q | A |
|---|---|
| Doc fix? | yes |
| New docs? | no |
| Applies to | all (or 2.1+) |
| Fixed tickets | #2750 |
bamarni commentedJun 26, 2013
I'm also confused about this section, why not removing User instead of Defaut though? From what I understand the class name is just another way to reference the Default group when using group sequences, as stated a few lines below :
|
dsuurlant commentedJun 26, 2013
I removed Default because it is not actually used as a group reference in the code. It exists on a logical level, but when you want to refer to it in Group Sequence, you use the entity's class name. Thus, listing 'Default' as one of the validation groups would be the most confusing. |
Rewrite validation groups explanation.
weaverryan commentedJul 20, 2013
Hi guys! I think this is a nice clarification - @DanielleSuurlant I think mentioning just the 2 groups as you've done here is the best idea. Thanks! |