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

Id is not readonly even configured as readonly in to model configuration. #14

Closed
bilalmetla opened this issue Jun 12, 2019 · 1 comment

Comments

@bilalmetla
Copy link

I have this in configuration. My Id Field is readonly but on update and create page these are getting it. So some one can change Id of an existing records.
{
"name": "id",
"label": "Id",
"isId": true,
"readonly": true,
"type": "number"
},

@mraible
Copy link
Collaborator

mraible commented Nov 25, 2019

This is fixed in #17.

@mraible mraible closed this as completed Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants