MorphMany comments resource broken with assets from >v4.5.2 #4784
-
Description:We have a Comment resource that is used in other resources with morph relationship with fields We had nova with v4.4.x which was updated to the latest and assets published with nova:publish, after that it is not possible to create comments, because validation fails. When not working: Detailed steps to reproduce the issue on a fresh Nova installation: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Starting with 4.5.3 we no longer sending field value when it's hidden. Please make it visible or use The |
Beta Was this translation helpful? Give feedback.
Starting with 4.5.3 we no longer sending field value when it's hidden. Please make it visible or use
Hiddenfield if you want it to be hidden from display.The
show()andhide()method was added specifically for Dependent Field, and when it is set to hidden, it shouldn't send any value.