Hi,
I'm testing the module on a fresh new website (Drupal 9.0.0-rc1) to see what it can do.
The import works great but it seems that the config "Selections Ids" is not taken into account.
Therefore, I would like to propose a minor correction (see patch).
It's about the way the "SelectionsIds" variable is tested.
I hope that will help !
| Comment | File | Size | Author |
|---|---|---|---|
| config_selectionIds_not_taken_into_account.patch | 865 bytes | Myrakls |
Comments
Comment #2
kgaut commentedHi,
thanks for your interest !
> The import works great but it seems that the config "Selections Ids" is not taken into account.
>Therefore, I would like to propose a minor correction (see patch).
>It's about the way the "SelectionsIds" variable is tested.
Thanks for your input !
The error was on this test :
witch is equivalent to :
And on the method signature, I initialized to an empty array, which is different of NULL.
I've updated the test to
'selectionIds' => \count($selectionIds) > 0 ? $selectionIds : $this->selectionIds,Will commit soon ! Thanks
Comment #4
kgaut commentedComment #5
kgaut commentedFixed in last dev version and 2.0.0-beta3
Thanks for your report :)
Comment #6
Myrakls commentedI've updated to 2.0.0-beta3 and it works great now !
Thank you for your reactivity ! This module will help us a lot.
Comment #7
kgaut commentedLet me know if I can help ;)