Skip to content

Missing API access #54

@stefanheimes

Description

@stefanheimes

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions