| Comment | File | Size | Author |
|---|---|---|---|
| #6 | interdiff_2-6.txt | 846 bytes | leolandotan |
| #6 | 3112641-6.patch | 846 bytes | leolandotan |
| #2 | 3112641-2.patch | 6.26 KB | hardik_patel_12 |
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | interdiff_2-6.txt | 846 bytes | leolandotan |
| #6 | 3112641-6.patch | 846 bytes | leolandotan |
| #2 | 3112641-2.patch | 6.26 KB | hardik_patel_12 |
Comments
Comment #2
hardik_patel_12 commentedKindly review a patch.
Comment #3
hardik_patel_12 commentedComment #4
hash6 commentedComment #5
xjmdatetime_range_view_presave() was already removed in a different issue. However, the other issue didn't fix the
@see(the second hunk of this patch). So, can we create a new patch with only the second hunk? Thanks!Comment #6
leolandotan commentedHi! I went ahead and updated the patch by doing a re-roll because the patch in #2 didn't cleanly apply to the latest 9.0.x code base anymore.
I tested the patch using `➜ drupal git:(9.0.x) ✗ git apply --check 3112641-6.patch` and there was no output so I think this is alright.
I just went and added an interdiff even if the path and the interdiff looks the same.
Hope everything is in order.
Thank you!
Comment #8
sja112 commentedAdding patch shared in #6 for retesting.
I have added this patch to my local and tested it after applying the patch. For me, this test case worked in local.
Local drupal version: 9.0.x
Local PHPUnit version: 8.5.4
PHP version: 7.3.17
Thanks,
Sandesh Jain.
Comment #9
sja112 commentedComment #10
sja112 commentedThis patch applied smoothly and passed all the test cases. So, moving this to Reviewed and Tested by the community.
Comment #11
sja112 commentedComment #14
xjmThanks for working on this!
@sja112, The automated testing infrastructure tells us whether the patch applies and passes tests, so we do not need people to review that. What we need people to review is whether the change is correct and complete. :)
In this case, the docs referred to a removed hook implementation for which there was no direct replacement, so simply removing the stale docs is sufficient to resolve the issue.
Committed to 9.1.x and 9.0.x. Thanks!