#22710 closed defect (bug) (fixed)
TypeError: router is null when editing a gallery (media-views.js line 505)
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
We're doing router = frame.router.get()
, then router.get()
again.
It should either be view = frame.router.get()
then use view
, or router = frame.router
then use router.get()
. Since we pass a value to get()
, it should be the latter.
Via markjaquith in IRC.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 23015: