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

Improve validation of (expression) multi-line text fields #1488

Closed
nikku opened this issue Dec 5, 2023 · 0 comments · Fixed by #2548
Closed

Improve validation of (expression) multi-line text fields #1488

nikku opened this issue Dec 5, 2023 · 0 comments · Fixed by #2548
Assignees
Labels
kind:enhancement New feature or request

Comments

@nikku
Copy link
Member

nikku commented Dec 5, 2023

Is your feature request related to a problem? Please describe.

Users reported that they currently cannot enter multi-line expressions into connector template fields such as REST connector -> URL that validate against a static URL pattern, too:

image

I believe we want to improve the regular expressions to allow all patterns that are expressions, i.e. start with =.

Describe the solution you'd like

  • Improve our regular expressions to allow multi-line expressions, starting with =. Example provided here.

Describe alternatives you've considered

There is a number of additional thoughts sketched in the original issue (camunda/camunda-modeler#4001). All of these would remove flexibility from you, element template (connector) authors.

Additional context

Brought up in camunda/camunda-modeler#4001, originally from this discussion.


What we decided at the core is to make this a user land concern (you have all tools available), hence I'm opening this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants