cms/app-client/app/components/notice-component.js
changeset 446 2a93eb9f38f5
parent 338 4a3899b6a7ed
child 447 38d5789e30d0
--- a/cms/app-client/app/components/notice-component.js	Thu Nov 24 14:39:50 2016 +0100
+++ b/cms/app-client/app/components/notice-component.js	Thu Nov 24 19:08:36 2016 +0100
@@ -21,7 +21,7 @@
                         participant['role'].push(contributor.role.split('/').pop());
                     } else {
                         participants.push({ name: contributor.name, role: [ contributor.role.split('/').pop() ] });
-                    }    
+                    }
                 }
             });
         }
@@ -63,11 +63,11 @@
     actions: {
 
         addThemeFilter: function(id) {
-            this.get('filter').set('theme', id);
+            this.get('filter').setFilter('theme', id);
         },
 
         addLanguageFilter: function(id) {
-            this.get('filter').set('language', id);
+            this.get('filter').setFilter('language', id);
         }
 
     }