-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Conversation
Regarding the issue angular#10991 and the following discussion angular#10992 Solve issue with null property value when using objects with filter.
Thx @ElephantRose ! Could you also add a test that would fail without the fix (and passes with the fix), so this is not accidentally broken again in the future ? @petebacondarwin, should this fix go into 1.3 as well ? |
This PR will need rebase as well, as it doesn't merge cleanly atm. |
@ElephantRose, it would be also nice to follow the commit message guidelines, but it's not a blocker :) |
@pkozlowski-opensource: Are you sure it needs rebasing ? How do you check this ? |
@gkalpak it is GitHub that says this:
Text next to the gray merge icon |
@pkozlowski-opensource, this was too obvious. I was hoping for some sophisticated git-fu moves 😞 Thx 😸 |
Hello, @pkozlowski-opensource |
@ElephantRose, theoretically you don't need node/grunt etc. You can just put the extra test ( It is good to have the tools set up though, in order to be able to run the tests locally and verify that all is well. About rebasing, you can take a look at Submitting a PR in CONTRIBUTING.md. |
@gkalpak , I did create a new pull request to replace this one. I hope this would be ok this time :) |
@ElephantRose: That's great ! I will take a look at the new PR shortly. |
fix(filterFilter): solve issue #10991 with null property value when using objects with filter
Regarding the issue #10991 and the following discussion #10992