diff -r cffb9b124af3 -r 9247384cb264 cms/app-client/app/components/notice-component.js --- a/cms/app-client/app/components/notice-component.js Fri Oct 14 19:53:56 2016 +0200 +++ b/cms/app-client/app/components/notice-component.js Fri Oct 14 19:58:09 2016 +0200 @@ -57,14 +57,6 @@ } } return location; - }), - - actions: { - - close: function() { - this.set('model', null); - } - - } + }) });