-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate suggestions to embedded entities and allow 0 as valid defau…
…lt input (Issue #5717, PR #5725) # Description 1. Propagate suggested values to embedded fields 2. Allow 0 as a valid default value. closes : #5717 and #5713 https://github.com/inmanta/web-console/assets/44098050/33b19622-55b4-48b0-b242-a1e0522262a8
- Loading branch information
1 parent
4a1f9ac
commit 7b47533
Showing
5 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
changelogs/unreleased/5717-suggested-values-embedded-entities.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
description: "Propagate suggestions to embedded entities and allow 0 as valid default input" | ||
issue-nr: 5717 | ||
change-type: patch | ||
destination-branches: [master, iso7] | ||
sections: | ||
minor-improvement: "{{description}}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters