You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand it correctly, ${key} should be replaced with the key request parameter defined in our custom-api.json. But it seems key in the model passed to pages:parse-params is always empty.
I could narrow down the issue to be caused by this change: e76aa6d. If I uncomment the corresponding line, ${key} is populated correctly.
What was the reason for that change - is it save to uncomment the line again, or is there another solution?
The text was updated successfully, but these errors were encountered:
I have a template containing the following element (some attributes and child nodes left out to keep it simple):
If I understand it correctly,
${key}
should be replaced with thekey
request parameter defined in ourcustom-api.json
. But it seemskey
in the model passed topages:parse-params
is always empty.I could narrow down the issue to be caused by this change: e76aa6d. If I uncomment the corresponding line,
${key}
is populated correctly.What was the reason for that change - is it save to uncomment the line again, or is there another solution?
The text was updated successfully, but these errors were encountered: