diff --git a/app/models/module_app.rb b/app/models/module_app.rb index b3eb4f1b..d0cd8886 100644 --- a/app/models/module_app.rb +++ b/app/models/module_app.rb @@ -32,9 +32,10 @@ class ModuleApp #>>>>>>>>>>>>> remove after app config applied def get_default_widget - {:query=>'Bulletin.all',:image=>nil} + {:query=>'Bulletin.all',:image=> 'image'} end - #<<<<<<<<<<<< + #<<<<<<<<<<<<@@ + def is_manager?(user) managing_users.include?(user)