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
A check for bidirectional relationships in pick.php->save() prevents the Sync associated taxonomy with this relationship option from running due to an early return statement.
The input for the Sync associated taxonomy with this relationship should likely be boolean rather than text.
Version
3.2.6
Testing Instructions
Create taxonomy.
Create content type.
Connect taxonomy to content type.
Add relationship field on content type to taxonomy.
Input field Sync associated taxonomy with this relationship is unclear; appears to have no effect.
Screenshots / Screencast
No response
Possible Workaround
Suggested:
Add check for taxonomy sync before return related to bidirectional fields.
Change Taxonomy sync field to boolean.
Possible follow-up:
Hide built-in Taxonomy UI if sync is turned on, as the UI on edit screen and Quick Edit will have no effect.
Description
A check for bidirectional relationships in
pick.php->save()
prevents theSync associated taxonomy with this relationship
option from running due to an earlyreturn
statement.The input for the
Sync associated taxonomy with this relationship
should likely beboolean
rather thantext
.Version
3.2.6
Testing Instructions
Sync associated taxonomy with this relationship
is unclear; appears to have no effect.Screenshots / Screencast
No response
Possible Workaround
Suggested:
return
related to bidirectional fields.boolean
.Possible follow-up:
Site Health Information
No response
Pods Package
The text was updated successfully, but these errors were encountered: