Adapt search function at the PreferenceListDossier table
This commit is contained in:
parent
7c2bcd0b64
commit
ac971a805e
9 changed files with 37 additions and 81 deletions
|
@ -79,6 +79,10 @@ class DossiersListFacades
|
|||
(@liste == 'invite' ? 'active' : '')
|
||||
end
|
||||
|
||||
def search_class
|
||||
(@liste == 'search' ? 'active' : '')
|
||||
end
|
||||
|
||||
def brouillon_total
|
||||
service.brouillon.count
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue