bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 58 forks source link

Auth Web: Type search does not work after Delete Registration #18069

Open riyazuddinsyed opened 1 year ago

riyazuddinsyed commented 1 year ago

Describe the bug in current situation When the user searches say "Registration" in Type and then in case we delete a draft from the MBR Dashboard then the UI shows a dilaog that the deletion was successful,but notice that the Search Registration is slected by the MBR Dashboard shows all type like Name Requests,Benefit company etc

Steps to reproduce the behavior:

  1. Go to 'https://dev.account.bcregistry.gov.bc.ca/account/2079/business' 2.Login with BCREGA001/98900001
  2. Select "Registration" in Type
  3. From the results Delete/Remove the business from dahboard.
  4. Upon successful action notice that the Type selection is still rendered and notice that the results doesnt match the Type
severinbeauvais commented 1 year ago

After deleting the registration, the page is reloaded but doesn't apply the filter.

Mihai-QuickSilverDev commented 1 year ago

@PCC199 Something for your team to have a look at, please.

seeker25 commented 1 year ago

What's the priority on this?

severinbeauvais commented 1 year ago

IMO, P2 -- the user will see that the filter is not applied and try again probably. There is no data corruption and the user is not blocked. Probably an easy fix to apply the filtering when the page is refreshed?

severinbeauvais commented 1 year ago

BTW, it would be really nice if the filters were added as URL parameters, so that going "back" to this page would show the filters as you left them (instead of needing to re-apply any filters you had). << new feature / nice to have / not a bug