Merge pull request #5338 from betagouv/fix-bill-dashboard
Fix broken bill dashboard page
This commit is contained in:
commit
6c841cba12
1 changed files with 4 additions and 0 deletions
|
@ -19,4 +19,8 @@ class BillSignatureDashboard < Administrate::BaseDashboard
|
||||||
:serialized,
|
:serialized,
|
||||||
:signature
|
:signature
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
|
# The show page is disabled, but administrate requires the constant
|
||||||
|
# to be defined
|
||||||
|
SHOW_PAGE_ATTRIBUTES = [].freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue