major
minor
major
minor
minor
#26484
In-app template for grid and tables: Function "Verifier for use as list item" does not get component model
The "Checker for Use as List Element:" function processes (among other things?) Create events from the persistence layer and determines whether a newly created object should be added to the table as a list element (row).
Currently, this function receives only the object itself as an argument, but not the component model. However, this would be necessary to determine whether the object is an element of the list derived from the model or not.
The documentation does not currently make it entirely clear whether this function must explicitly check the model affiliation or whether this is handled internally anyway by the "Component Model for List Element" function.
It should be clarified exactly what needs to be checked in this function and whether, if necessary, a model parameter should be added.
Test
Configure a table with an element filter that requires the component model. Review the documentation.