Deprecation: #73442 - Modal.getSeverityClass has been moved to the Severity module
See forge#73442
Description
The method
Modal.
has been moved to
Severity.
.
Modal.
has been marked as deprecated.
Impact
Calling
Modal.
will trigger a console warning in the browser.
Affected Installations
All 3rd party extensions using
Modal.
are affected.
Migration
Change the calls to
Severity.
.