Common Rejection update, SendInvitationMailJob
This commit is contained in:
@@ -28,7 +28,7 @@ Public MustInherit Class BaseController
|
||||
State = pState
|
||||
Database = pState.Database
|
||||
InitializeModels(pState)
|
||||
ActionService = New ActionService(pState)
|
||||
ActionService = New ActionService(pState, Nothing)
|
||||
End Sub
|
||||
|
||||
Private Sub InitializeModels(pState As State)
|
||||
|
||||
@@ -38,6 +38,6 @@ Public Class frm2Factor_Properties
|
||||
End If
|
||||
End If
|
||||
txtMail.Text = mail
|
||||
txtValid.Text = Deadline.ToLongDateString
|
||||
txtValid.Text = Deadline.ToString
|
||||
End Sub
|
||||
End Class
|
||||
@@ -57,8 +57,10 @@ Public Class frmMain
|
||||
End Try
|
||||
If MYUSER.IsAdmin Then
|
||||
XtraTabControlMain.TabPages(2).PageVisible = True
|
||||
XtraTabControlMain.TabPages(3).PageVisible = True
|
||||
Else
|
||||
XtraTabControlMain.TabPages(2).PageVisible = False
|
||||
XtraTabControlMain.TabPages(3).PageVisible = False
|
||||
End If
|
||||
LoadEnvelopeData()
|
||||
End Sub
|
||||
@@ -224,6 +226,7 @@ Public Class frmMain
|
||||
bbtnitm_ResendInvitation.Enabled = False
|
||||
bbtnitmInfoMail.Enabled = False
|
||||
bbtnitmEB.Enabled = True
|
||||
bbtnitm2Faktor.Enabled = False
|
||||
LoadEnvelopeData()
|
||||
Case 0
|
||||
btnEditEnvelope.Enabled = True
|
||||
@@ -232,6 +235,7 @@ Public Class frmMain
|
||||
btnShowDocument.Enabled = True
|
||||
bbtnitm_ResendInvitation.Enabled = True
|
||||
bbtnitmInfoMail.Enabled = True
|
||||
bbtnitm2Faktor.Enabled = True
|
||||
bbtnitmEB.Enabled = False
|
||||
LoadEnvelopeData()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user