Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing server side variable in custom script adapters #397

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sauzher
Copy link

@sauzher sauzher commented Jan 18, 2023

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