|
...
|
...
|
@@ -278,7 +278,7 @@ module Kanjai |
|
278
|
278
|
params.permit(:page => [:parent_id, :page_template_id, :title, :private_flag, :default_private_page, :root_page, :show_public_only,
|
|
279
|
279
|
:page_data_attributes => [:id, :title, :url, :meta_title, :meta_description, :meta_keywords]],
|
|
280
|
280
|
:page_content => [:type_content, :text_html, :controller_name, :action_name,
|
|
281
|
|
- page_content_markers_attributes: [:id, :page_content_id, :marker, :text_value, :attachment_file_name, :form_subject, :form_body, :from_mail, :to_mail, :form_answer_text]
|
|
|
281
|
+ page_content_markers_attributes: [:id, :page_content_id, :marker, :text_value, :attachment_file_name, :form_subject, :form_body, :from_mail, :to_mail, :form_answer_text, :_destroy]
|
|
282
|
282
|
],
|
|
283
|
283
|
:page_datum => [:id, :title, :url, :meta_title, :meta_description, :meta_keywords]
|
|
284
|
284
|
)
|
...
|
...
|
|