manager: allow search procedures by path
By default the Field::String type is searchable.
This commit is contained in:
parent
80c0ff428d
commit
ffe0ceaaa2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
require "administrate/field/base"
|
||||
|
||||
class ProcedureLinkField < Administrate::Field::Base
|
||||
class ProcedureLinkField < Administrate::Field::String
|
||||
def name
|
||||
"Lien démarche"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue