internetztube / craft-element-relations

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

Error `undefined index siteId` when refreshing data #27

Closed gbowne-quickbase closed 2 years ago

gbowne-quickbase commented 2 years ago

Several developers on my team are getting undefined index siteId errors when they add an ElementRelations field to a new entrytype, or try to refresh the data at all

image
internetztube commented 2 years ago

Thanks for the bug report, Greg!

I solved the problem a bit differently. By deleting the first site, it is possible that there is no site with id:1. I used the primary site id as a fallback. Thanks for the pull request, nevertheless. Helped a lot.

gbowne-quickbase commented 2 years ago

Thanks so much for the quick turn-around

internetztube commented 2 years ago

Now also available in 1.3.9. @gbowne-quickbase