-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Added StringOperatorType #6134
Added StringOperatorType #6134
Conversation
Can you please release this when it get merged. Thanks |
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 format your commit message according to our rules :
- The commit message subject must be less than 50 characters and tell us what you did.
- The commit message body should tell us why you did it. It is optional but highly recommended.
Bad example :
Fixed bug #989 by removing call to defraculate()
Good example:
Remove call to defraculate()
Calling this function caused a bug because it interferes
with calls to getSchmeckles().
Fixes #989
More details in CONTRIBUTING.md
@greg0ire I am sorry. Not sure how to do that. I just made changes on github only. Don't have a local copy. Can someone please add some steps to get it done ? TIA |
I can work with git. But not sure which one to clone my fork or sonata one. and then next steps ? |
|
@VincentLanglet done. Thanks for guiding. |
Nice, can you rename your commit "Add StringOperatorType". Because "Update ContainsOperatorType.php" is not what you're doing in this commit. |
What else is left for this? Or it's ready? |
Adding some tests would be nice |
Can you point me to a sample test or something related to it already implemented that I can follow? TIA |
@napestershine There is currently no test for OperatorType. @jordisala1991 For what the form is doing, I'm not sure it's really useful |
Is it possible to merge it. Need it in a project. TIA |
@greg0ire Is it ok for you ? |
a570e44
@VincentLanglet those failed checks are not related to this PR |
Indeed, but we can't merge anything with failing tests. |
There are 7 commits, none of which have a meaningful message, so… no? How to squash your commits?
Also, this is a new feature… shouldn't it come with some docs? |
It didn't bother me to squash-and-merge and change the message to a more meaningful one.
We don't have doc about OperatorTypes. |
Ok then… the thing is with the squash and merge is… you have to not forget to do it. And when there are pending issues to resolve first, forgetting becomes more and more likely. |
Sure. Thanks so much |
The changelog do not follow the same format as the provided template, this could cause issues when generating the changelog @greg0ire |
Indeed, fixed. |
Can it be released please when possible, so I can finish other PR sonata-project/SonataDoctrineORMAdminBundle#1057 |
Released in 3.71. @napestershine |
Subject
Provides fix for:
sonata-project/SonataDoctrineORMAdminBundle#943 (comment)
I am targeting this branch, because its a new feature.
Provides fix for:
sonata-project/SonataDoctrineORMAdminBundle#943 (comment)
Changelog