Skip to content

v0.36 Bugfix for full record views

Choose a tag to compare

@jazairi jazairi released this 09 Oct 13:25
· 68 commits to main since this release
b6ed2bf

Overview

The implementation of Turbo links for USE UI broke GeoData full record views, because Turbo links were incorrectly enabled for GeoData. To avoid this sort of problem in the future, we've rendered GeoData results in a separate view.

What's Changed

  • Render separate results partial for GeoData by @jazairi in #231

Full Changelog: v0.35...v0.36