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

Default columns breaks all columns. #35

Closed
thefrosty opened this issue May 26, 2015 · 0 comments
Closed

Default columns breaks all columns. #35

thefrosty opened this issue May 26, 2015 · 0 comments

Comments

@thefrosty
Copy link

From version 1.3 to 1.3.1 the added default columns seems to break all columns registered by other plugins and if no custom columns are registered as well.

In order to get around this I currently set the first defaults columns array to $default and then did a $columns = array_replace_recursive( $defaults, $columns ); Not sure that's to final and best way, but it currently takes care of the issue.

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