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
If a Class has required columns along with relation columns. Upon clicking on the relation column for a row, as we're taken to the relation class, as the add row button is clicked to add row, after we enter the data and hit save button, we get the error Please enter all the required fields.
Steps to reproduce
Create two classes called TestClass, TestRelation. Add a required column to TestClass along with a relation column that points to TestRelation class. Add a new row in the TestClass with the required field and click save and then click on View Relation. In the Relation Class (TestRelation) click new row button and enter the data then click save. You should see an error Please enter all required fields
Actual Outcome
The relation object save fails if there are required columns in the Parent class with a message Please enter all required fields
Expected Outcome
The relation object should be saved without any error
🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
New Issue Checklist
Issue Description
If a Class has
required
columns along withrelation
columns. Upon clicking on the relation column for a row, as we're taken to the relation class, as theadd row
button is clicked to add row, after we enter the data and hit save button, we get the errorPlease enter all the required fields
.Steps to reproduce
Create two classes called TestClass, TestRelation. Add a required column to TestClass along with a relation column that points to TestRelation class. Add a new row in the TestClass with the required field and click save and then click on
View Relation
. In the Relation Class(TestRelation)
clicknew row
button and enter the data then click save. You should see an errorPlease enter all required fields
Actual Outcome
The relation object save fails if there are required columns in the Parent class with a message
Please enter all required fields
Expected Outcome
The relation object should be saved without any error
Environment
Dashboard
3.2.1
Chrome
96.0.4664.55
Server
4.2.0
MacOS Catilina
Localhost
Database
MongoDB
3.6
MongoDB Atlas
The text was updated successfully, but these errors were encountered: