Connection Cardinality Problem
-
Is anyone else experiencing a problem with cardinality not limiting connections to one?
p2p_register_connection_type( array( 'name' => 'budgets_to_courses', 'from' => 'budgets', 'to' => 'courses', 'cardinality' => 'one_to_many' ) );
That should allow a course to only be on one budget however after connection one the button to create another still displays. I have also tried many_to_one . Any thoughts?
- The topic ‘Connection Cardinality Problem’ is closed to new replies.