refactor(EnvelopeHistory): rename as History
This commit is contained in:
@@ -76,7 +76,7 @@ Public Class EnvelopeEditorController
|
||||
|
||||
If EnvelopeModel.Insert(oEnvelope) Then
|
||||
|
||||
Dim newHistoryEntry As New EnvelopeHistory With {
|
||||
Dim newHistoryEntry As New History With {
|
||||
.EnvelopeId = oEnvelope.Id,
|
||||
.Status = EnvelopeStatus.EnvelopeCreated,
|
||||
.UserReference = oEnvelope.User.Email
|
||||
|
||||
Reference in New Issue
Block a user