C2020-038: When deleting a procedure, add a prompt so that user has to enter a reason that is saved to database
This commit is contained in:
@@ -1634,6 +1634,7 @@ namespace VEPROMS.CSLA.Library
|
||||
// remove the enhanced document link information - fixes delete/restore issue of linked steps.
|
||||
// B2017-070 - when retoring a step that once had enhanced links, remove the link info for the notes and cautions as well
|
||||
tmp.RemoveEnhancedFromConfig();
|
||||
Item.ClearDelProcReason(tmp); // C2020-038: reason was added when procedure was deleted, clear on restore
|
||||
return tmp;
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Reference in New Issue
Block a user