Adapt slide-in forms to use the new `IxChainedSlideInService`
Description
Problem/Justification
None
Impact
None
Activity
Show:
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Labels
Components
Fix versions
Affects versions
Priority
More fields
Time tracking
More fields
Time trackingKatalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created November 7, 2023 at 1:35 PM
Updated February 27, 2025 at 9:13 PM
Use the new service to open slide-in forms. Make multiple PRs (maybe one for 3-4 modules) so regressions can be avoided while testing. Keep in mind
Use the new `ix-modal-header2` for slide-in form headers with the
IxChainedSlideInService
You can use the import
`@Inject(SLIDE_IN_CLOSER) protected slideInCloser$: Subject<unknown>`
to get the subject that you can call
next
on to initiate the closure of the slide-in form.It can be used like so to open a new slide-in form