- Issue created by @mlncn
- First commit to issue fork.
- πΊπΈUnited States cedewey Denver, CO
To properly test this, it's necessary to bring in the bug fix for π Deprecated function being called Fixed . When I did that, I get this error when I visit a node that has a field displaying using the In Other Words formatter.
Error: Call to undefined function Agaric\OxfordComma\oxford_comma_list() in Drupal\inotherwords\Plugin\Field\FieldFormatter\InotherwordsListFormatter->viewElements() (line 110 of /app/modules/inotherwords/src/Plugin/Field/FieldFormatter/InotherwordsListFormatter.php).
I've also created the π± Roadmap Active to plan a stable release.
- πΊπΈUnited States cedewey Denver, CO
The earlier error Call to undefined function Agaric\OxfordComma was because my test site didn't have the Oxford Comma and Number to Words php libraries installed. These are installed when installing In Other Words via composer, but doesn't happen with a git clone.
Now with those libraries installed, I get the error,
Twig\Error\SyntaxError: Unknown "spaceless" tag. in Twig\Parser->subparse() (line 21 of /app/modules/inotherwords/templates/inotherwords-series-wrapped.html.twig).
when viewing a node using an In Other Words field formatter.
- Status changed to Needs work
over 1 year ago 11:03pm 22 March 2023 - Status changed to Fixed
over 1 year ago 11:05pm 22 March 2023 - πΊπΈUnited States cedewey Denver, CO
Confirmed this was fixed directly on the 2.0.x branch.
Automatically closed - issue fixed for 2 weeks with no activity.