mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
ErrorStore should show init-error
This commit is contained in:
parent
3a8ae8f53e
commit
d651a543b6
@ -7,6 +7,7 @@ var FeatureStore = Reflux.createStore({
|
|||||||
// Initial setup
|
// Initial setup
|
||||||
init: function() {
|
init: function() {
|
||||||
this.listenTo(FeatureActions.create.failed, this.onError);
|
this.listenTo(FeatureActions.create.failed, this.onError);
|
||||||
|
this.listenTo(FeatureActions.init.failed, this.onError);
|
||||||
this.listenTo(FeatureActions.update.failed, this.onError);
|
this.listenTo(FeatureActions.update.failed, this.onError);
|
||||||
this.listenTo(FeatureActions.archive.failed, this.onError);
|
this.listenTo(FeatureActions.archive.failed, this.onError);
|
||||||
this.listenTo(FeatureActions.revive.failed, this.onError);
|
this.listenTo(FeatureActions.revive.failed, this.onError);
|
||||||
|
Loading…
Reference in New Issue
Block a user