Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add id to table #43

Open
brunobg opened this issue Jan 21, 2021 · 1 comment
Open

Cannot add id to table #43

brunobg opened this issue Jan 21, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@brunobg
Copy link
Member

brunobg commented Jan 21, 2021

Describe the bug
id: ID! @renderable(table: true) does not work. It's not added to the table (though it's on the query graphql) because id is a special field and not present in fields of the formularium model. so we can't print the id on the table.

@brunobg brunobg added the bug Something isn't working label Jan 21, 2021
@brunobg brunobg self-assigned this Jan 21, 2021
@brunobg
Copy link
Member Author

brunobg commented Jan 21, 2021

id could probably be a field. it needs a datatype to matchID and perhaps some special treatment for Show/Form, to not render by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant