-
Notifications
You must be signed in to change notification settings - Fork 7
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
add custom assignee column #154
Conversation
Note: Linter is failing due to an unrelated apparent issue with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of improvements to make on the column code, and a suggested change to only add the column for post types that support editorial comments. I know it wouldn't have been strictly clear that those 2 things are functionally bound together right now because of the post lists filter. Might be good to fix that too as part of this PR.
Co-authored-by: Robert O'Rourke <[email protected]>
use array_map and an anonymous function to build the links for assignees & implode to save the group to a variable before echoing the whole string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tidy, thanks @jazzsequence 👍
Adds an Assignees column
package.json
andplugin.php
file with appropriate MAJOR.MINOR.PATCH change