fix for fronted editing not responding for announcement.
This commit is contained in:
parent
08adb887c5
commit
b950ad64c0
|
@ -3,7 +3,7 @@ class Admin::ModuleAppsController < ApplicationController
|
||||||
before_filter :user_has_sub_manager_privilege?, :only => [ :assign_sub_manager, :remove_sub_manager ]
|
before_filter :user_has_sub_manager_privilege?, :only => [ :assign_sub_manager, :remove_sub_manager ]
|
||||||
|
|
||||||
layout "new_admin"
|
layout "new_admin"
|
||||||
|
helper Admin::PagePartsHelper
|
||||||
def index
|
def index
|
||||||
@module_apps = ModuleApp.all.entries
|
@module_apps = ModuleApp.all.entries
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue