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 bug tree showing all bugs in the project #806

Merged
merged 1 commit into from
Aug 15, 2017

Conversation

whisperity
Copy link
Contributor

Fixes #767.

This was broken in #768. @csordasmarton Could you review this?

@@ -433,14 +433,15 @@ function (declare, domClass, dom, style, fx, Toggler, on, query, Memory,
that.bugStore.put(item);
});

var filepath = getProperFilePath(this.reportData.checkedFile);
var filter_file = new CC_OBJECTS.ReportFilter();
Copy link
Contributor

Choose a reason for hiding this comment

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

We use camel case variable names in JavaScript. Please rename it to fileFilter.

Copy link
Contributor

@Xazax-hun Xazax-hun left a comment

Choose a reason for hiding this comment

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

LGTM!

@csordasmarton csordasmarton merged commit f196887 into Ericsson:version6 Aug 15, 2017
@whisperity whisperity deleted the fix-bug_tree branch August 15, 2017 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants