backdrop-contrib / entity_plus

This module wraps in a variety of additional entity-related functionality from various sources. Partial port of D7 Entity API.
https://backdropcms.org/project/entity_plus
GNU General Public License v2.0
3 stars 11 forks source link

Three vocabulary tests fail after property `original` was added to core #125

Closed argiepiano closed 2 years ago

argiepiano commented 2 years ago

After original was added to vocabularies in core for update operations, three vocabulary tests are failing.

This is happening because the tests use a comparison between an updated vocabulary and a new one (they differ in the original property).

PR coming.