-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
Context: user has a multi-engine setup and uses external taskforms which are rendered using backend-side templating. When requesting the form, the backend needs to compose it and pre-fill it with data.
For this, queries need to be done against the engine. Since a multi-engine setup is used, the backend needs to know which engine to run the queries against.
Currently it is not easily possible to determine the engine when the request is processes since the engine name is not passed to the form. (The taskId and the userId are passed but not the engine name, see attached screenshot)
Feature: pass the engine name to the task form as query param in the same way the userId and taskId are passed.
This is the controller panel for Smart Panels app
- mentioned in
-
Page Loading...