mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
event logging
This commit is contained in:
parent
b6c676149a
commit
93ed361705
48 changed files with 861 additions and 853 deletions
|
@ -22,7 +22,6 @@ export default Ember.Controller.extend({
|
|||
}.observes('filter'),
|
||||
|
||||
fetch() {
|
||||
this.audit.record('searched');
|
||||
let self = this;
|
||||
|
||||
this.get('searchService').find(this.get('filter')).then(function (response) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue