The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
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