Gui improvements, ordering
This commit is contained in:
parent
6db0b64f4c
commit
42c077f6ab
28 changed files with 105 additions and 40 deletions
|
|
@ -59,6 +59,6 @@ class PagesController < ApplicationController
|
|||
|
||||
# Only allow a list of trusted parameters through.
|
||||
def page_params
|
||||
params.require(:page).permit(:position, :path, :url, :report_id)
|
||||
params.require(:page).permit(:position, :path, :url, :notes, :position)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue