Had an instance of an RDS being deleted. Looking into root cause. Interim fix including blocking ALL RDS deletions.
This commit is contained in:
@ -923,11 +923,23 @@ DELETE_RECORD_PRE:
|
|||||||
LogData<3> = Name
|
LogData<3> = Name
|
||||||
LogData<4> = Notes
|
LogData<4> = Notes
|
||||||
Logging_Services('AppendLog', objLog, LogData, @RM, @FM)
|
Logging_Services('AppendLog', objLog, LogData, @RM, @FM)
|
||||||
|
ActionFlow = ACTION_STOP$
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
DELETE_RECORD:
|
DELETE_RECORD:
|
||||||
|
|
||||||
|
Notes = RetStack()
|
||||||
|
Swap @FM with ' | ' in Notes
|
||||||
|
LogData = ''
|
||||||
|
LogData<1> = LoggingDTM
|
||||||
|
LogData<2> = @User4
|
||||||
|
LogData<3> = Name
|
||||||
|
LogData<4> = Notes
|
||||||
|
Logging_Services('AppendLog', objLog, LogData, @RM, @FM)
|
||||||
|
ActionFlow = ACTION_STOP$
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
@ -990,3 +1002,4 @@ Restore_System_Variables:
|
|||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user