]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix generic form submit validator for inline edit 65973/head
authorNizamudeen A <nia@redhat.com>
Thu, 16 Oct 2025 05:35:32 +0000 (11:05 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 16 Oct 2025 05:35:32 +0000 (11:05 +0530)
commit59bc0a0b3e90f626da0723edef154e18228129a0
tree2ec4bae98cb876778dc739bbdd262e773e394a11
parentfe525536945ef853dfae73acc7e3f6ce1f4f57f8
mgr/dashboard: fix generic form submit validator for inline edit

currently the validation error is being applied generically to the
parent formgroup which will set the whole form into an error state when
one of the inline editing is failing on a validation. So just changing
that to a single control.

Fixes: https://tracker.ceph.com/issues/73558
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.ts