-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VolumeDialog: share numeric value between Fixed and Range (#1412)
## Problem #1277 - "Size entry gets reset when switching from Range to Fixed" ## Solution In Add/Edit file system dialog (VolumeDialog), keep the numeric value when switching between Fixed and Range sizing. Do it by removing `size` and `sizeUnit` from `formData` and using `minSize`, `minSizeUnit` for both roles. ## Testing - [x] *Tested manually*
- Loading branch information
Showing
3 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
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