Adapt JS smart listing
This commit is contained in:
parent
178f0f88c1
commit
fbfbe68295
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,6 @@ class Backoffice::Dossiers::ProcedureController < Backoffice::DossiersListContro
|
||||||
super
|
super
|
||||||
|
|
||||||
dossiers_list_facade.service.filter_procedure! params[:id]
|
dossiers_list_facade.service.filter_procedure! params[:id]
|
||||||
|
|
||||||
@facade_data_view = dossiers_list_facade
|
@facade_data_view = dossiers_list_facade
|
||||||
|
|
||||||
render 'backoffice/dossiers/index'
|
render 'backoffice/dossiers/index'
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<%= smart_listing_update :dossiers %>
|
<%= smart_listing_update :new_dossiers %>
|
||||||
|
<%= smart_listing_update :follow_dossiers %>
|
||||||
|
<%= smart_listing_update :all_state_dossiers %>
|
||||||
|
|
||||||
filters_init();
|
filters_init();
|
||||||
link_init();
|
link_init();
|
Loading…
Reference in a new issue