datopian / ckanext-versioning

Deprecated. See https://github.com/datopian/ckanext-versions. ⏰ CKAN extension providing data versioning (metadata and files) based on git and github.
https://tech.datopian.com/versioning/
GNU Affero General Public License v3.0
7 stars 4 forks source link

[UI] List of tags keeps loading even when the underneath call had failed #62

Open pdelboca opened 4 years ago

pdelboca commented 4 years ago

If for some reason the call to list tags fails the user is not notified about that and the UI keeps showing: Loading list of tags...

list of tags

It would be nice to show a proper message to the user if the action fails.