mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
fix the build
This commit is contained in:
parent
ce7c3bfc14
commit
c216f59eaa
@ -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…
x
Reference in New Issue
Block a user