Replies: 2 comments
-
You'll want to specify the field type manually for now. If someone wants, we could make a PR that:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for replying so quickly! Maybe I'm not grokking the proper way to make this happen. setting:
I get
Am I misinterpreting your workaround? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if I'm even correctly understanding what I'm seeing. Long and short is I'm attempting to implement Shrine. All is well until I get to the stage where I have to tell Madmin that I need a hidden field and real field to appear. Their example is simple:
Seems simple enough for sure, but the field Shrine wants defined doesn't actually have a dedicated attribute in the model... it's fake... or as Shrine calls it,
virtual
.This poses a problem when Madmin tries to render the form and gives me something to the effect of:
I do not doubt it couldn't find it, because it's not real. Any ideas on how I can get around this? I had to shelve ActiveStorage for this project because it lacked public URL support without lots of hacks. I'm thinking I might have unknowingly traded one set of hacks for another.
Beta Was this translation helpful? Give feedback.
All reactions