trim
trim copied to clipboard
ReverseRelationName in inccluded admin form element
If included admin is used with "reverseRelationName" in options then calling "setMainRelationReference" method will not find correct fieldName as is set in "reverseRelationName" options
Correct fieldName usage https://github.com/trikoder/trim/blob/e0bf1a3cef6344481a93af4aaa251178d9588959/src/js/formElements/includedAdmin.vue#L199
Incorrect fieldName usage (it is not accounts for reverseRelationName) https://github.com/trikoder/trim/blob/e0bf1a3cef6344481a93af4aaa251178d9588959/src/js/formElements/includedAdmin.vue#L360
Added pull request https://github.com/trikoder/trim/pull/18