mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
fix the build
This commit is contained in:
parent
ce7c3bfc14
commit
c216f59eaa
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export default Discourse.Route.extend({
|
|||
},
|
||||
|
||||
viewActionLogs(username) {
|
||||
const controller = this.controllerFor('adminLogs.staffActionLogs')
|
||||
const controller = this.controllerFor('adminLogs.staffActionLogs');
|
||||
this.transitionTo('adminLogs.staffActionLogs').then(() => {
|
||||
controller._changeFilters({ acting_user: username });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue