Opened 11 years ago
Closed 11 years ago
#27360 closed defect (bug) (fixed)
Invalid model id on themes page
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Themes | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
As soon as I click on a theme on themes page, theme query parameter is updated to ?theme=undefined
. If you hit the refresh the page right after that, you’ll get error Cannot read property 'id' of undefined
coming from /wp-admin/theme.js:685
.
Tried to fix it, but still a noob with backbone.js ;(
Attachments (1)
Change History (7)
#3
@
11 years ago
- Keywords has-patch added
27360.patch fixes it for me. slug
is only available on Add Themes screen.
Note: See
TracTickets for help on using
tickets.
Confirmed.