openSUSE / agama

A service-based Linux installer
GNU General Public License v2.0
124 stars 36 forks source link

VolumeDialog: share numeric value between Fixed and Range #1412

Closed mvidner closed 1 week ago

mvidner commented 1 week ago

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

Screenshots

See #1277.