Skip to content

[backend] Implement AssetModel class

Samuel GAIST requested to merge implement_asset_model into v2

Summary

This patch implements the AssetModel class which can be used to retrieve a list available assets of one type.

It can be used to, for example, populate combo boxes needing to show a list of dataformats. One such a case is the dataformat editor itself.

Part of #186 (closed)

Merge request reports