Closed kdaveed closed 6 years ago
Form with a subform:
After submitting the subform with the new resource (Team_1), the field (Head Coach) in the main form remains empty:
Moreover, an error is thrown by the client, which comes from the line cs-resource-input.js.coffee:86.
The error message is the following:
The reason behind this error is that the formItem.id is a number in this case, not a string. However, if a toString() is inserted, in order to convert the value into a string, the error disappears, but the initial problem is not solved.
Form with a subform:
After submitting the subform with the new resource (Team_1), the field (Head Coach) in the main form remains empty:
Moreover, an error is thrown by the client, which comes from the line cs-resource-input.js.coffee:86.
The error message is the following:
The reason behind this error is that the formItem.id is a number in this case, not a string. However, if a toString() is inserted, in order to convert the value into a string, the error disappears, but the initial problem is not solved.