forked from saurabh/orbit4-5
Merge branch 'development' of gitlab.tp.rulingcom.com:saurabh/orbit4-5
This commit is contained in:
commit
1b4e975548
|
@ -23,9 +23,9 @@ module OrbitApp
|
|||
|
||||
def check_module_permissions
|
||||
store_token = Site.first.store_token rescue nil
|
||||
if !store_token.nil?
|
||||
module_apps = ModuleApp.all
|
||||
exceptions = OrbitStore::MODULE_EXCEPTIONS
|
||||
if !store_token.nil?
|
||||
ids = []
|
||||
module_index = {}
|
||||
module_apps.each do |ma|
|
||||
|
|
Loading…
Reference in New Issue