mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: refreshTitle
error when navigating to a 404 page
This commit is contained in:
parent
31e9cafe0e
commit
224f503e6f
10 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
import UserField from 'admin/models/user-field';
|
||||
|
||||
export default Ember.Route.extend({
|
||||
export default Discourse.Route.extend({
|
||||
model: function() {
|
||||
return UserField.findAll();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue