-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
New feature for the issue #551 #552
Conversation
evil1
commented
Dec 25, 2024
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
Fixed issues | #551 |
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.
Please add a line to CHANGELOG. Thanks.
Done |
Forgot to push? |
Added changelog to another issue, related to |
Thank you! |
I don't get it. By default |
@evil1 ? |
When you receive the data from Yii form you have attributes
The above example is not 100% correct, because normally you don't need a search model at all for login flow. But it illustapes well what happens and why do we need it as is. Normaly we would use search model for sorting, filering and pagination, but the idea behind it is exactly the same |
So this solution is suboptimal for code that Gii generates, just to cover hypothetical (and IMO quite niche) use case. |
Got it. Should I revert this PR back? |
Changing method signature to |
Should I submit new PR to fix this issue? |
Yes. Please. |