Skip to content

Commit

Permalink
SHIBUI-1559 Fixed issue with unsaved changes modal
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 31, 2019
1 parent cc8830c commit 18b483f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class ResolverWizardComponent implements OnDestroy, CanComponentDeactivat
}

get blacklist(): string[] {
return ['id', 'resourceId'];
return ['id', 'resourceId', 'entityId', 'serviceProviderName'];
}

hasChanges(changes: MetadataResolver): boolean {
Expand Down

0 comments on commit 18b483f

Please sign in to comment.