TF-1194 update identityExtension to have sortOrder property
This commit is contained in:
@@ -11,5 +11,7 @@ extension IdentityExtension on Identity {
|
||||
replyTo: replyTo,
|
||||
bcc: bcc,
|
||||
textSignature: textSignature,
|
||||
htmlSignature: htmlSignature);
|
||||
htmlSignature: htmlSignature,
|
||||
sortOrder: sortOrder
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user