TF-1194 update identityExtension to have sortOrder property
This commit is contained in:
@@ -11,5 +11,7 @@ extension IdentityExtension on Identity {
|
|||||||
replyTo: replyTo,
|
replyTo: replyTo,
|
||||||
bcc: bcc,
|
bcc: bcc,
|
||||||
textSignature: textSignature,
|
textSignature: textSignature,
|
||||||
htmlSignature: htmlSignature);
|
htmlSignature: htmlSignature,
|
||||||
|
sortOrder: sortOrder
|
||||||
|
);
|
||||||
}
|
}
|
||||||
+1
-1
@@ -420,7 +420,7 @@ packages:
|
|||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: master
|
ref: master
|
||||||
resolved-ref: ea636193b15a49e9d59dab143e957f529e1bd836
|
resolved-ref: "1df4203f3c7cb5f24ee68f3e1060efb7283dd3fd"
|
||||||
url: "https://github.com/linagora/jmap-dart-client.git"
|
url: "https://github.com/linagora/jmap-dart-client.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user