acceptable-cartoon-88076
07/02/2023, 1:08 AMcalm-gold-48525
07/02/2023, 2:04 AMmicroscopic-dream-82397
07/02/2023, 11:58 AMbland-terabyte-47512
07/02/2023, 12:15 PMbland-terabyte-47512
07/02/2023, 12:16 PMbland-terabyte-47512
07/02/2023, 12:18 PMbland-terabyte-47512
07/02/2023, 12:18 PMnarrow-magazine-18722
07/02/2023, 10:24 PMhas_country
is false (like a new record)
It seems like this pre-made toggle method would not work & do the opposite of the intended effect for an existing record where has_country
is already true? Since there is no conditional initial hidden value on country
?
I can't figure out how to conditionally apply the hidden
css based on the has_country
value on rendering the formnarrow-magazine-18722
07/02/2023, 10:26 PMvisible
field option I think omits the field entirely if evaluated to falsenarrow-magazine-18722
07/02/2023, 10:27 PMruby
field :has_skills,
as: :boolean,
html: {
edit: {
wrapper: {
classes: "hidden"
}
}
}
narrow-magazine-18722
07/02/2023, 10:31 PMruby
html: -> do
edit do
wrapper do
classes do
record.my_conditional? ? "" : "hidden"
end
end
end
end
narrow-magazine-18722
07/04/2023, 9:00 AMnice-scooter-13593
07/06/2023, 1:27 AMquaint-megabyte-28702
07/06/2023, 4:33 AMfield :user, as: :belongs_to
this generates the select dropdown correctly, but how can i change the info displayed? perhaps i want to show first_name and last_name instead of email?calm-gold-48525
07/06/2023, 6:50 PMfield :role_id, as: :hidden, default: Role.author.id
Role.author.id gets evaluated when the app loads but before the db gets created. Anybody know a good workaround? Here's a more complete gist: https://gist.github.com/davekruse/a7eb9e8719d5f8419bc2e04c43b3eebebland-terabyte-47512
07/10/2023, 10:07 AMclass CommonResource < Avo::BaseResource
field :common_field, as: :text do
logic
end
end
and then 3 other resources that inherit from that one.
So returning to the question, I am supposed to use avo in this way? Is there other alternatives for this?bland-terabyte-47512
07/10/2023, 4:22 PMvictorious-match-39615
07/11/2023, 10:11 AMhttps://cdn.discordapp.com/attachments/740893011994738751/1128267401025290250/Screenshot_2023-07-11_at_3.06.38_PM.png▾
future-author-97799
07/11/2023, 1:46 PMhttps://cdn.discordapp.com/attachments/740893011994738751/1128321425380479006/Screenshot_2023-07-11_at_15.43.45.png▾
bland-terabyte-47512
07/11/2023, 8:34 PMvictorious-match-39615
07/12/2023, 10:09 AMbland-terabyte-47512
07/12/2023, 10:10 AMlemon-wall-20836
07/12/2023, 10:20 AMcurved-father-82134
07/12/2023, 4:28 PMhttps://cdn.discordapp.com/attachments/740893011994738751/1128724663913173122/Screenshot_2023-07-12_at_9.20.54_PM.png▾
microscopic-dream-82397
07/13/2023, 1:25 PMacceptable-cartoon-88076
07/14/2023, 3:08 PMacceptable-cartoon-88076
07/14/2023, 3:13 PMcool-dog-91630
07/14/2023, 10:01 PMacceptable-cartoon-88076
07/15/2023, 7:58 PMalert-toothbrush-24716
07/16/2023, 7:16 PM