Merge branch 'master' into 'master'
reback the wrong code to avoid the history of pagecontext being deleted See merge request !3
This commit is contained in:
commit
74d1986002
|
@ -33,7 +33,6 @@ class Admin::PageContentsController < OrbitAdminController
|
||||||
end
|
end
|
||||||
|
|
||||||
def create
|
def create
|
||||||
PageContext.where("page_id" => params["page_context"]["page_id"]).destroy_all
|
|
||||||
@page_content = PageContext.new(update_params)
|
@page_content = PageContext.new(update_params)
|
||||||
@page_content.update_user_id = current_user.id
|
@page_content.update_user_id = current_user.id
|
||||||
@page_content.save
|
@page_content.save
|
||||||
|
|
Loading…
Reference in New Issue