Skip to content

Commit

Permalink
[ODS-6030] Removed USI reference shown during student deletion (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan authored Oct 9, 2023
1 parent e1d0c54 commit e788490
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public bool TryTranslateMessage(Exception ex, out RESTError webServiceError)
}
else
{
columnName = columnName.Replace("USI", "UniqueId");
messageFormat =
"The resource (or a subordinate entity of the resource) cannot be deleted because it is a dependency of the '{1}' value of the '{0}' entity.";
}
Expand Down

0 comments on commit e788490

Please sign in to comment.