| Summary: | git-log2 needs selection model | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Szymon Brandys <Szymon.Brandys> |
| Component: | Git | Assignee: | Szymon Brandys <Szymon.Brandys> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | malgorzata.tomczyk |
| Version: | 1.0 | Flags: | malgorzata.tomczyk:
review+
|
| Target Milestone: | 1.0 RC2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Szymon Brandys
Generally solution looks OK, only small comments to code: You are not passing selection to logNavigator. Doesn't that mean that selection made in it is not passed anywhere? Lines 310, 335, 448: if you define a class in the method you should start with var LogModel = ..., alternatively you can define class globally for the log object. Line 301: avoid names with "2", like displayLog2, especially that there is no displayLog1 Line 453: variable status shouldn't be there (In reply to comment #2) > You are not passing selection to logNavigator. Doesn't that mean that > selection made in it is not passed anywhere? It's not consumed anywhere at the moment. I'll do it when fixing bug 386056. > Lines 310, 335, 448: if you define a class in the method you should start > with var LogModel = ..., alternatively you can define class globally for the > log object. Fixed. Fixed with 140641bf8c1b8677aec9c890fcf0da259905725f. Fixed. |