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

Fix #3897. Allow multiple topics for commands. #3907

Merged
merged 3 commits into from
Feb 5, 2019
Merged

Conversation

weitzman
Copy link
Member

@weitzman weitzman commented Feb 4, 2019

No description provided.

@greg-1-anderson
Copy link
Member

This looks like the right approach. Didn't test or investigate cause of test failures, though.

$commandInfo->addAnnotation('topics', $values);
if ($commandInfo->hasAnnotation('topics')) {
// Topic value may have multiple values separated by a comma.
$commandInfo->removeAnnotation('topics');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably remove after fetch

@weitzman weitzman merged commit 15950ff into master Feb 5, 2019
@weitzman weitzman deleted the add-annotation branch February 5, 2019 01:55
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

Successfully merging this pull request may close these issues.

None yet

2 participants