express-admin icon indicating copy to clipboard operation
express-admin copied to clipboard

Hide fields just in inline view

Open ajax13 opened this issue 11 years ago • 2 comments
trafficstars

Hi again,

I have a specific need, i want to hide a field(i my case a select) just in inline view. I peeked in the source code but I couldn't find how to make it work, any help plz.

thx

ajax13 avatar Dec 13 '13 10:12 ajax13

The inline records are meant to be created/edited only as inlines. If you want to hide specific column from the editview just give it editview show false

simov avatar Dec 13 '13 10:12 simov

thx simov for the fast replaying, but my specific need obliges me to show this column in the edit view "its object" and to hide it from the inline view of another object "related object" ://

ajax13 avatar Dec 13 '13 11:12 ajax13