|
@@ -80,8 +80,8 @@
|
|
},
|
|
},
|
|
|
|
|
|
queryForItems () {
|
|
queryForItems () {
|
|
- if (_.isEmpty(this.identities.where({'category': 'server'})) &&
|
|
|
|
- _.isEmpty(this.identities.where({'category': 'conference'}))) {
|
|
|
|
|
|
+
|
|
|
|
+ if (_.isEmpty(this.identities.where({'category': 'server'}))) {
|
|
// Don't fetch features and items if this is not a
|
|
// Don't fetch features and items if this is not a
|
|
// server or a conference component.
|
|
// server or a conference component.
|
|
return;
|
|
return;
|