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

Workflow - Better mapping of Params to Config (AbstractInput). #416

Open
tlawrie opened this issue Aug 18, 2023 · 0 comments
Open

Workflow - Better mapping of Params to Config (AbstractInput). #416

tlawrie opened this issue Aug 18, 2023 · 0 comments
Assignees

Comments

@tlawrie
Copy link
Member

tlawrie commented Aug 18, 2023

In the ParameterUtil class, everything maps to text. We need to use the InputType in the front end to map to the param types

export const InputType = Object.freeze({
Boolean: "boolean",
Email: "email",
Number: "number",
Password: "password",
Select: "select",
TextArea: "textarea",
Text: "text",
TextEditor: "texteditor",
TextEditorJs: "texteditor::javascript",
TextEditorText: "texteditor::text",
TextEditorShell: "texteditor::shell",
TextEditorYaml: "texteditor::yaml",
URL: "url",
});

@tlawrie tlawrie self-assigned this Aug 18, 2023
@tlawrie tlawrie converted this from a draft issue Aug 18, 2023
@tlawrie tlawrie moved this to To Do in Boomerang Flow Sep 17, 2023
@tlawrie tlawrie removed this from Boomerang Flow Nov 10, 2023
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

No branches or pull requests

1 participant