You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inheriting from a parent list, some fields may need to be hidden in some of the children.
This appears to be the same issue that was opened back in 2016 that was later resolved. So the behavior we're seeing is almost definitely a regression: keystonejs/keystone#2941
Actual/Current behavior
Other properties, like noedit, initial, default, required can all be overridden just by re-add the field with the same name in the child list. the hidden field, no matter what we do, does not appear to force the UI to not display the field.
I did some testing with Types.Text type fields just to see if it was specifically related to the DateTime fields, but the problem is reproducible independent of field type based on my limited testing.
Environment
Software
Version
Keystone
4.2.1
Node.js
10.15.3 (other LTS versions also show same behavior)
Browser
Chrome/Firefox, latest versions
The text was updated successfully, but these errors were encountered:
Expected behavior
When inheriting from a parent list, some fields may need to be hidden in some of the children.
This appears to be the same issue that was opened back in 2016 that was later resolved. So the behavior we're seeing is almost definitely a regression: keystonejs/keystone#2941
Actual/Current behavior
Other properties, like
noedit
,initial
,default
,required
can all be overridden just by re-add the field with the same name in the child list. thehidden
field, no matter what we do, does not appear to force the UI to not display the field.Steps to reproduce the actual/current behavior
Pseudo code:
I did some testing with Types.Text type fields just to see if it was specifically related to the DateTime fields, but the problem is reproducible independent of field type based on my limited testing.
Environment
The text was updated successfully, but these errors were encountered: