bcgov / moh-tpl

Ministry of Health TPL
Apache License 2.0
2 stars 4 forks source link

BCMOHAD-23522 || Fixed Unassign All button #492

Closed RanadheerRG closed 4 months ago

RanadheerRG commented 4 months ago

Description

While we are Clicking the Unassign All button we are not making the case Id blank and reusing the assign logic. So, it is assigning the case Id when we click on Unassign All button. As a fix making the case Id to blank and then calling the assign logic to it.

Type of change

Deployment Tracker

TPL/force-app/main/default/lwc/ambulanceRecordsAccount/ambulanceRecordsAccount.js TPL/force-app/main/default/lwc/hospitalRecordsAccount/hospitalRecordsAccount.js TPL/force-app/main/default/lwc/mspRecordsAccount/mspRecordsAccount.js TPL/force-app/main/default/lwc/pharmacareRecordsAccount/pharmacareRecordsAccount.js