backdrop-contrib / search_api

Provides a generic API for modules offering search capabilities
GNU General Public License v2.0
0 stars 5 forks source link

Entity Plus constants now start with prefix ENTITY_PLUS_XXX #25

Closed argiepiano closed 2 years ago

argiepiano commented 2 years ago

Recently, in the Entity Plus issue queue (https://github.com/backdrop-contrib/entity_plus/issues/115), someone reported an undefined constant ENTITY_CUSTOM error invoked by Search API.

Please note that, since this commit in Oct 2021, Entity Plus has prefixed all its constants as follows:

ENTITY_PLUS_CUSTOM

etc. This was done by @laryn to avoid a clash with Entity UI, which also defines those contants.

There are several instances in Search API where the old constants are still in use.

earlyburg commented 2 years ago

This seems like an easy fix. I will try to get this done by the end of the week if possible. Thanks for the detailed synopsis, I appreciate it.

earlyburg commented 2 years ago

This has been done. https://github.com/backdrop-contrib/search_api/releases/tag/1.x-1.0.06 Thank you for your patience. Closing this issue.