-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Since I can get the filter options as id, I have the problem that I need the meta information from the parent table/metamodels. The current API has to less/zero points to get the information.
I need more information:
ID => To data from the parent Table
Alias => To data from the parent Tabel
or simple make the "getSelectMetaModel" public.
Or better add more functions like,
getFilterRow($id); // Return the whole information for the filter by the id,
getFilterRowByAlias($alias) // return the whole information for the filter by the alias.
This should be a basic function for all attribute. We need more access to the information.