Sorry for being new here. Patch #15 works for us with the minor caveat that for Drupal 10.2.4 with PHP 8.1.27 I get the following two variables need to be typed, likely due to when this patch was originally made.
public string $value_value; public ?array $valueOptions;
After applying the patch I can use actions and bulk assign domains via /admin/content
- Status changed to Postponed: needs info
7 months ago 7:17pm 28 May 2024 - π«π·France dqd London | N.Y.C | Paris | Hamburg | Berlin
Is this issue still relevant in 2.0 branch? It is recommended to use latest beta 2.0 release and new patches against latest 2.0-dev since branch 8.x is not supported no more.
- Status changed to Needs work
7 months ago 9:13pm 28 May 2024 - π«π·France dqd London | N.Y.C | Paris | Hamburg | Berlin
Thanks @eswiderski good to now.
#22 @cpocket: Thanks for the review.
I get the following two variables need to be typed, likely due to when this patch was originally made.
public string $value_value;
public ?array $valueOptions;I think this is related to: π DomainAccessCurrentAllFilter missing variable type inheritance Needs work and would be fixed there. I would encourage to commit the other first and then try to reroll this one here to be committed afterwards.
- π΅πΉPortugal dubois
Here's a naive re-roll of #15 against 2.0.x. Needed it urgently to keep an ECA rule working.
- First commit to issue fork.
- Merge request !126Issue #2888033 by agentrickard, dubois: Editing Action generates two errors β (Open) created by vasike
- π·π΄Romania vasike Ramnicu Valcea
This is still a valid issue
So I created a MR using the latest (re-rolled) patch (#26) and then solve some PHPCS and PHPStan small issues to make it green.This also solve a (smaller) related issue : https://www.drupal.org/project/domain/issues/3478258 π¬ Undefined array key "id" Domain Access Active
For me, the latest patch, is more like RTBC as it works for me and probably also @dubois ...
But let's review and test once again.
p.s. Probably we need also let people know they need to re-export the updated configs.