Open christianmagill opened 6 years ago
Using the following settings:
p2p_register_connection_type( array( 'name' => 'events_to_events', 'from' => 'event', 'to' => 'event', 'admin_column' => 'any', 'admin_dropdown' => 'to', 'cardinality' => 'one-to-many', ) );
I receive the following notices when trying to filter by an event in the admin.
Notice: Array to string conversion in .../wp-admin/edit.php on line 261 and 352
Additionally, once I delete an element on the filtered screen I receive...
Warning: Illegal offset type in ../wp-admin/edit.php on line 327
Using the following settings:
I receive the following notices when trying to filter by an event in the admin.
Notice: Array to string conversion in .../wp-admin/edit.php on line 261 and 352