]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fixes regression in device selection modal 35875/head
authorStephan Müller <smueller@suse.com>
Wed, 1 Jul 2020 14:30:55 +0000 (16:30 +0200)
committerStephan Müller <smueller@suse.com>
Wed, 1 Jul 2020 16:22:26 +0000 (18:22 +0200)
commit10c14613eaaf3703bb1e19384456798706a0d027
treeaea10fa1b4684e8802f575292168f1047564b049
parenta914e094e1be45f2cc92c326732324692ac7f702
mgr/dashboard: Fixes regression in device selection modal

The 'ExpressionChangedAfterItHasBeenCheckedError' has recently
shown up in device selection modal in OSD creation form. It looks
like it's a regression due to the modal switch (PR #35370). Which was
merged yesterday and it had worked on Monday.

Fixes: https://tracker.ceph.com/issues/46303
Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-groups/osd-devices-selection-groups.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-modal/osd-devices-selection-modal.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-devices-selection-modal/osd-devices-selection-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/testing/unit-test-helper.ts