amargoCactus
11/26/2022, 3:49 PMifox
11/26/2022, 3:50 PMifox
11/26/2022, 3:51 PMifox
11/26/2022, 3:51 PMifox
11/26/2022, 3:52 PMamargoCactus
11/26/2022, 3:58 PMamargoCactus
11/26/2022, 4:00 PMamargoCactus
11/26/2022, 4:07 PMmy-bucket
as subdomain, if I set the PATH_STYLE_ENDPOINT to true it overrides the path I need
I had the idea to directly change the code that generates that URI to see what would happen, however what I get is a 503 erroramargoCactus
11/26/2022, 5:19 PMMikeR
11/27/2022, 6:55 AMMikeR
11/27/2022, 7:28 AMDKC
11/28/2022, 11:01 AMphp
<x-twill::repeater
type="links-repeater"
name="left_links"
label="Left links"
:max="5"
/>
<x-twill::repeater
type="links-repeater"
name="right_links"
label="Right links"
:max="5"
/>
However the name & label are not working on backend, I guess "type" is keep using in the repeater.
And conflicts are happening between two repeaters due to same "type" is using.
So in short, can I override the name of "type", by overriding name, to define two repeater separately in the same form.ifox
11/28/2022, 11:03 AMBA7YA
11/28/2022, 11:21 AMkalle
11/28/2022, 11:35 AMphp
// Your repository
public function afterSaveHandleBlocks(Model $object, array $fields)
{
unset($fields['your_hidden_input_fieldname');
return parent::afterSaveHandleBlocks($object, $fields);
}
BA7YA
11/28/2022, 11:37 AMkalle
11/28/2022, 11:41 AMBA7YA
11/28/2022, 11:43 AMifox
11/28/2022, 11:46 AM_connected_fields
in a block, you need to pass 'renderForBlocks' => true
BA7YA
11/28/2022, 11:47 AMifox
11/28/2022, 11:47 AMkalle
11/28/2022, 11:48 AMifox
11/28/2022, 11:49 AMkeepAlive
is not set to trueBA7YA
11/28/2022, 11:49 AMkalle
11/28/2022, 11:50 AMBA7YA
11/28/2022, 11:51 AMDefenestrația
11/29/2022, 2:07 AMDKC
11/29/2022, 2:17 AMDKC
11/29/2022, 6:59 AMHarings Rob
11/29/2022, 7:24 AM