-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP][REFERENCE] Relationships know limitations / edge cases #4012
Comments
In addition to the quirks above, we also have the following things to do after #4054 (for reference, we have a breakdown of all relationships and their interfaces here). TODOs:
As of this moment, I think we should only do the quirks and the MUSTs. The other stuff can wait until 4.2.x, they will be non-breaking changes. Instead of aborting in those cases, it'll show a field. |
@pxpm head's up, I just finished the docs for |
Update - I'm done refactoring and merging things inside |
Fixed in #4095 |
BelongsToMany/MorphToMany with pivot fields
unsync
andsync
again everytime the entry is updated, might mess with id column in pivot, and/or timestampsHasOne / MorphOne
foreign_id
(they work asrelationName
though)HasMany / MorphMany
repeatable
field for these relationships, the up/down arrows will not show (repeatable
will havereorder => false
on it); we should add a new attribute & functionality to the repeatable field:order_input
(defaultnull
); whenorder_field
is not null, we assume there's an input inside the group that stores the order, with that name; so we take that into account in the JS, byThe text was updated successfully, but these errors were encountered: