origo-map / multiselect-plugin

Multiselect plugin for Origo
MIT License
2 stars 10 forks source link

Support for async content #42

Closed steff-o closed 5 months ago

steff-o commented 6 months ago

Fixes #41 by calling SelectedItem.createContentAsync() to build the async content. This will not only prevent it from crashing, it also adds the attachments and related tables info.

Requires that origo-map/origo#2002 is merged. It will work as before (i.e. crash) if using a version before that PR was merged.