Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Do not create multiple action items unless it's a Bug instance. #884

Merged
merged 1 commit into from
Dec 17, 2014

Conversation

akatsoulas
Copy link
Contributor

No description provided.

@akatsoulas
Copy link
Contributor Author

@johngian or @glogiotatidis r?

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0%) when pulling 160c74c on akatsoulas:action-item-bug into b5ba490 on mozilla:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0%) when pulling 160c74c on akatsoulas:action-item-bug into b5ba490 on mozilla:master.

user=item.user)

if isinstance(instance, Bug):
action_items.filter(resolved=False)
Copy link
Contributor

Choose a reason for hiding this comment

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

I suppose that this line should something like:
action_items = action_items.filter(resolved=False)

@johngian
Copy link
Contributor

r+wc 🚀

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0%) when pulling 8ccd109 on akatsoulas:action-item-bug into fe9e8b2 on mozilla:master.

akatsoulas added a commit that referenced this pull request Dec 17, 2014
Do not create multiple action items unless it's a Bug instance.
@akatsoulas akatsoulas merged commit a9322e0 into mozilla:master Dec 17, 2014
@akatsoulas akatsoulas deleted the action-item-bug branch December 17, 2014 09:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants