Skip to content

Conversation

zachgarwood
Copy link
Contributor

Description

This change completes the partially implemented params option for the Browser form field.

Related Issues

Fixes #2751

@ifox
Copy link
Member

ifox commented Aug 20, 2025

Hi @zachgarwood, I'm probably missing something as your issue describes the problem well so I'm sure you've experienced it, but the params are already supposed to be added to the endpoint(s( URL server side in the Browser field component class:

$module['params'] ?? [],
and

It was working the same way in Twill 2. The logic has just been moved from the blade file to the component class.

@ifox
Copy link
Member

ifox commented Aug 20, 2025

Ok, I understand the problem now. Because you are passing "raw" endpoints, the lines I linked above do not apply. I think the params could still be appended server side instead of through the vuex state in that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Endpoint params not implemented in Browser form field

2 participants