internetztube / craft-element-relations

Shows all relations of an element.
https://plugins.craftcms.com/element-relations
Other
2 stars 5 forks source link

Fix: if only simple and no element relation found #29

Closed sfsmfc closed 3 months ago

sfsmfc commented 2 years ago

The pull request fix the problem, if we have only a simple relation in "relations" table, but no entry in "element_relations" table. The value $elementRelations (line 23) has a value !="|", but $dateUpdated is null, because CacheService::getDateUpdatedFromElementRelations only shows in the element_relations table.

The problem only occurs, if you have an entry, that is not present in the default site group.

internetztube commented 3 months ago

I completely rewrote the plugin. Thank you for your efforts!