Procedure has many instructeurs with defaut_groupe_instructeur
This commit is contained in:
parent
ba24958035
commit
b541ef0b41
10 changed files with 11 additions and 11 deletions
|
@ -8,7 +8,7 @@ class Admin::AssignsController < AdminController
|
|||
NOT_ASSIGN = 'not_assign'
|
||||
|
||||
def show
|
||||
assign_scope = @procedure.instructeurs
|
||||
assign_scope = @procedure.defaut_groupe_instructeur.instructeurs
|
||||
|
||||
@instructeurs_assign = smart_listing_create :instructeurs_assign,
|
||||
assign_scope,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue