ems-project / elasticms

ElasticMS's monorepo
MIT License
3 stars 8 forks source link

fix(admin): environment not existing thows 500 error #935

Closed Davidmattei closed 2 weeks ago

Davidmattei commented 3 weeks ago
Q A
Bug fix? y
New feature? n
BC breaks? n
Deprecations? n
Fixed tickets? n
Documentation? n

Problem: When we have for example and external environment without an index. Revision detail pages are not working, because we are searching on the external environment for referrers. Also old search views throws errors. Views making a dataLink to an external environment without an index is also not working.

Solution: Check if the index is existing before searching

Check detailed commit messages