suppresion du form_object_name dans input_id
This commit is contained in:
parent
79ba52317a
commit
81932915c6
1 changed files with 3 additions and 2 deletions
|
@ -171,9 +171,10 @@ class Attachment::EditComponent < ApplicationComponent
|
||||||
def input_id
|
def input_id
|
||||||
if champ.present?
|
if champ.present?
|
||||||
# There is always a single input by champ, its id must match the label "for" attribute.
|
# There is always a single input by champ, its id must match the label "for" attribute.
|
||||||
return champ.input_id
|
champ.input_id
|
||||||
|
else
|
||||||
|
dom_id(@attached_file.record, attribute_name)
|
||||||
end
|
end
|
||||||
@form_object_name || dom_id(@attached_file.record, attribute_name)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def auto_attach_url
|
def auto_attach_url
|
||||||
|
|
Loading…
Reference in a new issue