Skip to content

partitioned lookups

Andrii Bezuglyi requested to merge feat/adminui_vue_lookup_repo into master
  • lookups.js add support for partitioned lookups
  • UTableEntity store - optimize loading lookups, load lookups with account of partitions
  • Mark cdn_classifieritem as lookup partitioned entity, so that in the UTableEntity component only relevant entries would be loaded.
  • entity.schema.json - for meta files, add customSettings.lookupPartitionAttr - a name of the attribute, which is used to partition lookup values. If not defined, then lookup values are not partitioned.

Merge request reports