Skip to content

Missing server side variable in custom script adapters#397

Open
sauzher wants to merge 2 commits into
collective:masterfrom
sauzher:fix-396
Open

Missing server side variable in custom script adapters#397
sauzher wants to merge 2 commits into
collective:masterfrom
sauzher:fix-396

Conversation

@sauzher

@sauzher sauzher commented Jan 18, 2023

Copy link
Copy Markdown

Fix #396
Custom script adapters was unable to access those fields checked as "Server-Side Variable" despite of the description of that field parameter

u"description_server_side_text",
default=u""
u"Mark this field as a value to be injected into the "
u"request form for use by action adapters and is not "
u"modifiable by or exposed to the client.",

…elds in the `fields` dict parameter under the `name_of_the_field` key.
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.

ServerSide flagged fields are inaccessible in custom script adapter

1 participant