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
client.updateUnionField({
apiId: 'target',
displayName: 'Placement target',
modelApiId: 'DynamicRow',
reverseField: {
modelApiIds: [
<VARIOUS MODELS>,
],
// Here should be an option for visibility, as is done in client.createUnionField.
// This would set the visibility for the reverse fields.
},
visibility: VisibilityTypes.ReadWrite, // This sets the visibitlity for the DynamicRow model.
})
Right now I am trying to update my union field, adding visibility: hidden for the reverse fields. This is not possible with the current management SDK. Although it is supported in createUnionField(), I can't delete my model because I would lose all my entries.
Also displayName should be supported for reverseField in updateUnionField().
The text was updated successfully, but these errors were encountered:
JoshuaS98
changed the title
client.updateUnionField does not support visibility:hidden for reverse fields models. updateUnionField() does not support visibility:hidden for reverse fields models.
May 17, 2023
JoshuaS98
changed the title
updateUnionField() does not support visibility:hidden for reverse fields models. updateUnionField() does not support visibility: hidden for reverse fields models.
May 17, 2023
JoshuaS98
changed the title
updateUnionField() does not support visibility: hidden for reverse fields models. updateUnionField() does not support visibility: hidden for reverse fields.
May 17, 2023
Right now I am trying to update my union field, adding
visibility: hidden
for the reverse fields. This is not possible with the current management SDK. Although it is supported increateUnionField()
, I can't delete my model because I would lose all my entries.Also displayName should be supported for reverseField in
updateUnionField()
.The text was updated successfully, but these errors were encountered: