-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
type:enhancementNew feature or request.New feature or request.
Description
Is your enhancement related to a problem? Please describe.
To sync the relationships between translations I'm currently using the tenup-content-connect-add-relationship
action and $relationship->get_related_object_ids( $pid1, true )
methid.
But if sorting is enabled, get_related_object_ids()
doesn't return the correct order because save_sort_data()
is only called after replace_relationships()
. So the action runs to early.
Therefore I'm suggesting two add one more action to the sorting methods.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
type:enhancementNew feature or request.New feature or request.
Type
Projects
Status
Code Review