lbar
modal form passing value from the action
In my view I have the following action:
this work pretty well, and I'm able to fetch my data from fillForm on the component:
but I need to pre-fetch some options (extracting them from database) using the same $arguments['member_id']. So something like this, but here the $arguments is not available
Any clue on how to archive that?
Thank you
20 replies
DatePicker problem accessing the field from the relationship
I'm struggling with this specific problem on DatePicker, so as last resort i'm trying to write there.
Basically I have a birth_date (type date) field on the sql.
I'm accessing this field on two different resource.
The first one is the resource itself of the table, and works correctly:
the DatePicker is correctly populated with the date that I have on the database.
The second one give the problems:
The relation on the model is that one:
If I compare the date on both field (working/no-working, dumping the value on formatStateUsing) i have the exaclty date:
There is some hero that can understand what I wrong?
ty
4 replies
NavigationGroup translate and icons
I'm struggling with the translation of NavigationGroup. Basically what i'm going to do is:
and then in the related resource:
and works. But for I reason that i don't known and that drive me crazy, the
->icon('heroicon-s-squares-plus')
is visible only on one translation, and not on the others. It's just me that i wrong something, or is a kind of bug? ty3 replies
extraAttributes add class on Section seems not works
hi! actually i have a form section like this:
the class added on the html appear correctly, but nothing change from the rendered html. I basically want change a background for a specific section of this form. Is that a correct approach?
ty
8 replies