dcasia / conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.
MIT License
115 stars 37 forks source link

Fixed the ability to update a resource. Related to #37 #38

Closed Israel5 closed 4 years ago

Israel5 commented 4 years ago

When you try to update a resource, the conditional field is added to the update query, resulting in an error.

With this verification, it avoids adding these conditional fields to the update.

Related to issue #37