Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove recents and favorites when entities are deleted #4431

Merged
merged 13 commits into from
Jul 24, 2020
Prev Previous commit
Next Next commit
Fixed problem where clear was not working
  • Loading branch information
nwmac committed Jul 23, 2020
commit 98e887f6d259f1a58b76d018d8faffec52742553
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export class EntityDeleteCompleteAction implements Action {
constructor(
public entityGuid: string,
public entityType: string,
public endpointType: string,
public endpointGuid: string,
public endpointType: string,
public action: EntityRequestAction,
) {}

Expand Down