The order of users can’t be changed
-
Hi
The issue: The order of users can’t be changed.
I open page editor, reorder users, publish the page, the page refreshes and users go back to their previous order.
I have updated the plugin. I have made sure that the ordering is allowed in functions.php :
function my_connection_types() {
p2p_register_connection_type( array(
‘name’ => ‘pages_to_users’,
‘from’ => ‘page’,
‘to’ => ‘user’,
‘sortable’ => true
) );
}The users can be seen in the ‘Department team members’ section.
Is there anything else I could try to make reordering work?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘The order of users can’t be changed’ is closed to new replies.