Hi all,
I have debugged a case where already deleted items were visible in the UI.
As an example I have a screen where I can select employees from a company. The company is set as a private field in the screen with a setter before showing the screen. The company does not include the employees, meaning they are not loaded at that point.
In the screen onInitEntity I use company.getEmployees() which will then cause a lazy load of the employees. After that I have a list of employees in my company entity but it also includes soft deleted items.
Is this an intended bahaviour or can it be configured somewhere?
Thanks for any reply!