From d596ae57143097cbed16357d27fcd35b63ca6774 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 5 Jul 2024 16:39:07 -0300 Subject: [PATCH] fixup! fix: poder mandar uuids de relaciones! --- app/views/posts/new_belongs_to_value.haml | 2 +- app/views/posts/new_has_many_value.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/posts/new_belongs_to_value.haml b/app/views/posts/new_belongs_to_value.haml index cc66f680..c7917b7d 100644 --- a/app/views/posts/new_belongs_to_value.haml +++ b/app/views/posts/new_belongs_to_value.haml @@ -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' diff --git a/app/views/posts/new_has_many_value.haml b/app/views/posts/new_has_many_value.haml index 8479f3e4..a4c87fc9 100644 --- a/app/views/posts/new_has_many_value.haml +++ b/app/views/posts/new_has_many_value.haml @@ -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