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

feat(#232): Support optional free text properties #2653

Merged
merged 1 commit into from Mar 28, 2024

Conversation

dominikriemer
Copy link
Member

Purpose

Allow to mark free text static properties as optional so that fields in the adapter and pipeline element configuration panels can be left empty if the optional flag is set.

We had a field valueRequired in the model definition which I have removed since it wasn't used anywhere and defaulted to false, although we currently regard all static properties as required.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@dominikriemer dominikriemer linked an issue Mar 27, 2024 that may be closed by this pull request
@github-actions github-actions bot added java Pull requests that update Java code ui Anything that affects the UI backend Everything that is related to the StreamPipes backend labels Mar 27, 2024
@dominikriemer dominikriemer merged commit 21fde95 into dev Mar 28, 2024
21 checks passed
@dominikriemer dominikriemer deleted the 232-requiredoptional-static-properties branch March 28, 2024 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend java Pull requests that update Java code ui Anything that affects the UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Required/optional static properties
3 participants