Skip to content

Fix/limit lookups to10000

Pavlo Mashliakovskiy requested to merge fix/limitLookupsTo10000 into master
  • EntityGridPanel lookup column max row count is limited to UB.LIMITS.LIMITS.lookupMaxRows
  • console.warn for lookups with > UB.LIMITS.lookupWarningRows (2500) rows

This fix server side out-of-memory for huge lookups (cdn_person, doc_document etc)

Merge request reports

Loading