Skip to content

fix(lookups): keep the `ID` attribute for next loading after removing the last subscription

Mazur Volodymyr requested to merge fix/LDOC-3647 into master

Previously after first unsubscribing every next subscription loads data without ID. On some DB dialects it fails since limiting query without order by or ID in fieldList is prohibited or after success loading the mapById was not filled rightly at all {undefined: {...}}

Edited by Mazur Volodymyr

Merge request reports

Loading