5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 15:26:22 +00:00

fixup! fix: poder mandar uuids de relaciones!

This commit is contained in:
f 2024-07-05 16:39:07 -03:00
parent d793d4fe54
commit d596ae5714
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
= render 'targets/array/item', value: @uuid, 'human-value': @value, class: 'mb-2' do
= render 'targets/array/item', value: @uuid, 'send-value': @uuid, 'human-value': @value, class: 'mb-2' do
= render 'bootstrap/custom_checkbox', name: @name, id: random_id, value: @uuid, checked: true, content: @value, type: 'radio'

View file

@ -1,2 +1,2 @@
= render 'targets/array/item', value: @uuid, 'human-value': @value, class: 'mb-2' do
= render 'targets/array/item', value: @uuid, 'send-value': @uuid, 'human-value': @value, class: 'mb-2' do
= render 'bootstrap/custom_checkbox', name: @name, id: random_id, value: @uuid, checked: true, content: @value