|
@@ -5,7 +5,6 @@ module.exports = function(crowi, app) {
|
|
|
, fs = require('fs')
|
|
, fs = require('fs')
|
|
|
, models = crowi.models
|
|
, models = crowi.models
|
|
|
, Page = models.Page
|
|
, Page = models.Page
|
|
|
- , GlobalNotification = models.GlobalNotification
|
|
|
|
|
, PageGroupRelation = models.PageGroupRelation
|
|
, PageGroupRelation = models.PageGroupRelation
|
|
|
, User = models.User
|
|
, User = models.User
|
|
|
, ExternalAccount = models.ExternalAccount
|
|
, ExternalAccount = models.ExternalAccount
|
|
@@ -1131,6 +1130,7 @@ module.exports = function(crowi, app) {
|
|
|
}, callback);
|
|
}, callback);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
return actions;
|
|
return actions;
|
|
|
};
|
|
};
|
|
|
|
|
|