Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin Columns Notice #561

Open
christianmagill opened this issue Mar 28, 2018 · 1 comment
Open

Admin Columns Notice #561

christianmagill opened this issue Mar 28, 2018 · 1 comment

Comments

@christianmagill
Copy link

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

@christianmagill
Copy link
Author

Additionally, once I delete an element on the filtered screen I receive...

Warning: Illegal offset type in ../wp-admin/edit.php on line 327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant