Merge pull request #8858 from tchak/feat-refactor-dossier-link-champ
feat(dossier): use turbo to select linked dossier
This commit is contained in:
commit
0b95a912c6
10 changed files with 22 additions and 86 deletions
|
@ -1,8 +0,0 @@
|
|||
class Champs::DossierLinkController < ApplicationController
|
||||
before_action :authenticate_logged_user!
|
||||
|
||||
def show
|
||||
@champ = policy_scope(Champ).find(params[:champ_id])
|
||||
@linked_dossier_id = read_param_value(@champ.input_name, 'value')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue