Replies: 2 comments 1 reply
-
Usually, this happens when you have fields in your blueprint which don't exist as columns in the database. In this case, you should likely mark those fields as computed: visibility: computed |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry, I originally mis-read your issue and converted it to a discussion thinking it was a question of some kind (it didn't follow the bug report template so I assumed it was in the wrong place). Anyways, should be fixed in #547, which will be tagged shortly. |
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
-
Line 240:
runway/src/Http/Controllers/CP/ResourceController.php
Line 240 in 9ac7f65
Sets relations as attributes on a model. This causes the save action to fail because the model tries to store these attributes in the database, so an SQL exception is thrown.
Omitting this method fixes the issue, but it is probably there for a good reason 😉
Beta Was this translation helpful? Give feedback.
All reactions