Update personal_journals_controller.rb

This commit is contained in:
chiu 2019-08-12 17:04:02 +08:00
parent 3673d9495a
commit 460d7fc09f
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class PersonalJournalsController < ApplicationController
"headers" => headers,
"extras" => {"widget-title" => t("module_name.journal_paper")},
"total_pages" => journal_papers.total_pages,
"all_choice" => fields_to_show,
"123" => journal_papers
}
end