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

Entfernt Notwendigkeit für Default Condition #5

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

luisthieme
Copy link
Contributor

@luisthieme luisthieme commented Aug 19, 2024

Closes #3

@luisthieme luisthieme self-assigned this Aug 19, 2024
@luisthieme luisthieme requested a review from roblen45 August 19, 2024 14:05
@@ -159,6 +159,7 @@ export default {
}
},
checkCondition(condition) {
if (condition == '') return true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ist das hier immer empty string oder kann es auch null oder undefined sein?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das ist halt ein string input Feld. An der Stelle ist die Condition immer ein String. Wenn man natürlich sowas wie 'null' oder 'undefined' als string bei der Condition angibt könnte es beim auswerten Probleme geben aber an der Stelle erstmal nicht.

@luisthieme luisthieme requested a review from roblen45 August 20, 2024 05:37
@luisthieme luisthieme merged commit f8c9cd2 into main Aug 21, 2024
2 checks passed
@luisthieme luisthieme deleted the feature/remove-need-for-validation-condition branch August 21, 2024 13:35
process-engine-ci added a commit that referenced this pull request Aug 21, 2024
# Changelog v1.0.22 (2024-08-21)

This changelog covers the changes between [v1.0.21 and v1.0.22](v1.0.21...v1.0.22).

For further reference, please refer to the changelog of the previous version, [v1.0.21](https://github.com/5minds/node-red-dashboard-2-processcube-dynamic-form/releases/tag/v1.0.21).

## Merged Pull Requests

- #5 Entfernt Notwendigkeit für Default Condition (merged 2024-08-21)
- #6 Erlaubt benutzen von Default Values (merged 2024-08-20)

## Corresponding Issues

- #4 `ui-dynamic-form` - `FormFields.defaultValue wird nicht berücksichtigt
- #3 `ui-dynamic-form` - Condition sollte optional sein.

[skip ci]
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

Successfully merging this pull request may close these issues.

ui-dynamic-form - Condition sollte optional sein.
2 participants