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
It seems that the Conditional Container removes the fields from the Nova Fields Collections so that ->availableFields() doesn't return them. When we try to upload an image we get a 404 since the field is non existent in the data. Is there another way to field the field, and is there a reason you're removing them from the Nova Field Collection?
The text was updated successfully, but these errors were encountered:
All fields within a conditional container get removed if the if() condition doesn't match, that how this package works, in order to make this work with froala perhaps we need to modify the availableFields() method from the HasConditionalContainer to identify this is a request targeting some specific field within a possibly deep nested conditional container field
It seems that the Conditional Container removes the fields from the Nova Fields Collections so that
->availableFields()
doesn't return them. When we try to upload an image we get a 404 since the field is non existent in the data. Is there another way to field the field, and is there a reason you're removing them from the Nova Field Collection?The text was updated successfully, but these errors were encountered: