Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-1559 (pull request #406)
Browse files Browse the repository at this point in the history
SHIBUI-1559 Fixed issue with unsaved changes modal
  • Loading branch information
rmathis committed Oct 31, 2019
2 parents 1158ee3 + 18b483f commit eadf5b3
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 eadf5b3

Please sign in to comment.