Refactor per event views into a generic show view event
Bug #1075962 reported by
Thiago Veronezi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-gui |
Fix Released
|
Undecided
|
Thiago Veronezi |
Bug Description
Instead of wrapping the 'navigate' method call with multiple 'show' events, we want call the 'navigate' method from a single event.
So, instead of...
this.on(
this.on(
this.on(
this.on(
... we will have...
this.on(
console.
this.navigate(
}, this);
Related branches
lp://staging/~tveronezi/juju-gui/generic-show-view-event
- Juju GUI Hackers: Pending requested
- Diff: 0 lines
Changed in juju-gui: | |
assignee: | nobody → Thiago Veronezi (tveronezi) |
milestone: | none → bluemoon |
status: | New → In Progress |
Changed in juju-gui: | |
status: | In Progress → Fix Released |
To post a comment you must log in.