- First commit to issue fork.
- last update
over 1 year ago 28,514 pass, 2 fail - last update
over 1 year ago 28,520 pass - last update
over 1 year ago 28,520 pass - Status changed to Needs review
over 1 year ago 3:13pm 19 May 2023 - π·π΄Romania vasike Ramnicu Valcea
rebased ... and passed ... so i think we're back to review
For 9. patches ... i think it will be backported after ...
- Status changed to Needs work
over 1 year ago 6:46pm 19 May 2023 - πΊπΈUnited States smustgrave
Was previously tagged for an issue summary update, if that can be completed.
Did not review.
- Status changed to Needs review
over 1 year ago 9:07am 22 May 2023 - π«π·France flocondetoile Lyon
Updated the issue summary with the proposed solution, implemented by #80. So back to Need Review.
- last update
over 1 year ago 29,403 pass - πΊπΈUnited States smustgrave
Clone of the MR to see if it passes 11.x
- Status changed to RTBC
over 1 year ago 11:23pm 29 May 2023 - πΊπΈUnited States smustgrave
Passed 11.x (committer can remove credit as I didn't do anything but reupload)
Reviewing the MR and changes look good.
Issue summary up to date.
Think it's good for committer review.
- π¨πSwitzerland berdir Switzerland
I do like the general approach here with the extra query parameters with just the type and ID, it's pretty much the only option that works and won't cause your key value table to explode over time unlike some of the related and similar issues, so +1 to RTBC once those pretty minor things from my review are addressed.
I do want to point out that the chosen approach does have some limitations, it will not pass along a new entity and it will not be able to pass along field values that have been changed in the current edit form, not directly anyway. So you won't be able to write a selection handler that will filter values based on another field reliably, not unless you save first that is. But the introduction of general support for query parameters should kind of allow to make that work when you alter the form element and add extra query parameters and some ajax refresh magic. A bit hacky, as your plugin will then need to read those again, but it should work.
And last: We should add a change record that documents that new feature I think and maybe also one that mentions that this now works (or a combined one).
- last update
over 1 year ago 28,522 pass - π·π΄Romania vasike Ramnicu Valcea
Add small commit for MR for the request from MR review.
Could we consider the threads there resolved?
- last update
over 1 year ago 28,522 pass - last update
over 1 year ago 28,522 pass - Open on Drupal.org βEnvironment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago 28,525 pass - last update
over 1 year ago 28,525 pass - last update
over 1 year ago 28,525 pass - last update
over 1 year ago 28,528 pass - last update
over 1 year ago 28,528 pass - last update
over 1 year ago 28,528 pass - last update
over 1 year ago 28,528 pass - last update
over 1 year ago 28,528 pass - last update
over 1 year ago 28,528 pass - Status changed to Needs work
over 1 year ago 8:50pm 26 June 2023 - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Left some comments in the MR
We also need a change record per comments above.
And did we decide to switch to key value expirable instead?
- last update
over 1 year ago 28,528 pass - last update
over 1 year ago 28,528 pass - last update
over 1 year ago 28,526 pass, 1 fail - Status changed to Needs review
over 1 year ago 11:40am 27 June 2023 - π·π΄Romania vasike Ramnicu Valcea
some updates for MR threads done.
it would be nice if we could close (resolve) some of them ... so we could focus on what's left ...
So NR ... "temporary"
- last update
over 1 year ago 28,528 pass - Status changed to Needs work
over 1 year ago 12:25pm 29 June 2023 - πΊπΈUnited States smustgrave
@vasike can you update the MR for 11.x or start a new one.
Also appears to be 1 unanswered thread in the current MR.
Hiding patches
- last update
over 1 year ago 28,528 pass - Status changed to Needs review
over 1 year ago 7:34am 30 June 2023 - π·π΄Romania vasike Ramnicu Valcea
For now, updated the current MR with some Kernel tests.
Let's review ... then, if all good, we could move to the current dev branch - 11.x - Status changed to Needs work
over 1 year ago 6:19pm 30 June 2023 - πΊπΈUnited States smustgrave
Threads appear to be resolved. And tests look good. But think it would be good to add a test-only patch, then the updated MR. Hopefully that order doesn't trigger the bot.
- Status changed to Needs review
over 1 year ago 9:23am 3 July 2023 - last update
over 1 year ago 29,803 pass - Status changed to RTBC
over 1 year ago 2:49pm 5 July 2023 - πΊπΈUnited States smustgrave
Since the MR for 10x was reviewed and feedback addressed. Think that carries over to the 11.x version of the patch.
- last update
over 1 year ago 29,803 pass - last update
over 1 year ago 29,804 pass - last update
over 1 year ago 29,804 pass -
larowlan β
committed fedfc75e on 10.1.x
Issue #2826826 by vasike, dpi, raman.b, rpayanm, jibran, gpap,...
-
larowlan β
committed fedfc75e on 10.1.x
-
larowlan β
committed 91f59e70 on 11.x
Issue #2826826 by vasike, dpi, raman.b, rpayanm, jibran, gpap,...
-
larowlan β
committed 91f59e70 on 11.x
- Status changed to Fixed
over 1 year ago 12:25am 10 July 2023 - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Committed 91f59e7 and pushed to 11.x. Thanks!
There is a new API here in the sense of a new render array key, but I don't think there is risk of that breaking anything, and this solves a valid bug in terms of missing feature parity for selection plugins depending on widget, so backported this to 10.1.x
Nice work everyone for getting this over the line
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 1:40am 16 August 2023 - π¦πΊAustralia acbramley
It seems like there's still a difference between widgets. When using the OptionsWidget,
$this->configuration['entity']
contains the current revision being edited. When using the autocomplete widget it's the default revision (because we are loading it by entity id).Created π Entity autocomplete widget sends default revision to entity selection handler Active for that.