]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Taking care of deprecation warnings and other errors
authorNizamudeen A <nia@redhat.com>
Thu, 30 Sep 2021 07:47:15 +0000 (13:17 +0530)
committerAlfonso Martínez <almartin@redhat.com>
Wed, 3 Nov 2021 11:31:31 +0000 (12:31 +0100)
commit18cc41d990113e01efe347d3200e28ff2f100236
tree5e3bb0787d8c1bdd6a793db949067d44d76abe7b
parent7ab8d3a636a7bda0c3f905ca5b6d0b336fe7d6a1
mgr/dashboard: Taking care of deprecation warnings and other errors

1. deprecation  group is deprecated: This API is not typesafe and can result in issues with Closure Compiler renaming. Use the `FormBuilder#group` overload with `AbstractControlOptions` instead.

2. cypress/integration/rgw/users.po.ts(113,23): error TS2345: Argument of type 'void' is not assignable to parameter of type 'string'.

3. Cannot find module 'isomorphic-form-data' from 'node_modules/swagger-ui/dist/swagger-ui.js'

Fixes: https://tracker.ceph.com/issues/50268
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit f7d73d0420147300cbd6189620495498d27ec861)
src/pybind/mgr/dashboard/frontend/cypress/integration/rgw/users.po.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-form-builder.ts