Closed argiepiano closed 7 months ago
@bugfolder, @laryn, @hosef, PR provided.
To test:
Thanks!
PS: the test failure is produced by another bug, see issue #164
It'd be great if you could review that one too, so that we can do a new release.
Merged the other change and tests pass here, too:
LGTM, merged!
A year or two ago, when I added a special wrapper for Vocabularies (since they are not entities in Backdrop, like they were in Drupal 7), I missed a single line for the taxonomy_term's
vocabulary
property info:'required' => TRUE
.This omission causes Rules not to show the vocabulary selection form element for the action "Create a new Entity". See Rules' issue 210.
BTW, In D7, the vocabulary property is required, and it also should be in Backdrop. PR coming.