- Issue created by @joseph.olstad
- Issue was unassigned.
- 🇨🇦Canada joseph.olstad
Until a new tag is released, use dev build instead, composer override
composer require drupal/xnttfiles:'1.0.x@dev as 1.0.2-beta2' - Status changed to RTBC
over 1 year ago 3:13pm 12 September 2023 - Assigned to joseph.olstad
- Status changed to Needs work
over 1 year ago 3:33pm 12 September 2023 - Status changed to Needs review
over 1 year ago 12:54am 13 September 2023 - Status changed to Needs work
over 1 year ago 6:26am 13 September 2023 - 🇫🇷France guignonv
What about/could you try:
$struct_re = $structure ?? $this->configuration['structure'] ?? '';
(instead of
$struct_re = $structure ?? $this->configuration['structure']; $struct_re = is_null($struct_re) ?? '' : $struct_re;
)
- Status changed to Fixed
over 1 year ago 1:20pm 14 September 2023 - 🇫🇷France guignonv
In fact, that bug was fixed 6 month ago by commit 3935df26 but there was no tagged release. Reopen the issue if you consider the problem is still there with beta 3.
Automatically closed - issue fixed for 2 weeks with no activity.