Skip to content

Commit 7ee0027

Browse files
committed
deploy: c2f6458
1 parent 8b2fe99 commit 7ee0027

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

controllers/IdentitiesUpsertController.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ <h3 id="methods">
547547
const [code, data] &#x3D; await this._service.upsertWithFingerprint&lt;Identities&gt;(filters, body, {
548548
errorOnNotFound: /true|on|yes|1/i.test(errorOnNotFound),
549549
upsert: /true|on|yes|1/i.test(upsert),
550-
}, {force});
550+
}, { force });
551551

552552
// If the state is TO_COMPLETE, the identity is created but additional fields are missing or invalid
553553
// Else the state is TO_VALIDATE, we return a 201 status code
@@ -579,7 +579,7 @@ <h3 id="methods">
579579
const filter &#x3D; {
580580
namespace: &#x27;identities&#x27;,
581581
path: join(
582-
[identity.inetOrgPerson?.employeeType, identity.inetOrgPerson?.employeeNumber, &#x27;jpegPhoto.jpg&#x27;].join(&#x27;/&#x27;),
582+
[identity.inetOrgPerson?.employeeType, identity.inetOrgPerson?.employeeNumber[0], &#x27;jpegPhoto.jpg&#x27;].join(&#x27;/&#x27;),
583583
),
584584
};
585585

js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/KeyringsModule.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
<title>cluster_KeyringsModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="157,-70 157,-268 339,-268 339,-70 157,-70"/>
119119
</g>
120-
<g id="clust4" class="cluster">
121-
<title>cluster_KeyringsModule_exports</title>
122-
<polygon fill="none" stroke="black" points="184,-208 184,-260 312,-260 312,-208 184,-208"/>
123-
</g>
124120
<g id="clust6" class="cluster">
125121
<title>cluster_KeyringsModule_providers</title>
126122
<polygon fill="none" stroke="black" points="165,-78 165,-130 331,-130 331,-78 165,-78"/>
127123
</g>
124+
<g id="clust4" class="cluster">
125+
<title>cluster_KeyringsModule_exports</title>
126+
<polygon fill="none" stroke="black" points="184,-208 184,-260 312,-260 312,-208 184,-208"/>
127+
</g>
128128
<!-- KeyringsService -->
129129
<g id="node1" class="node">
130130
<title>KeyringsService </title>

modules/KeyringsModule/dependencies.svg

Lines changed: 4 additions & 4 deletions
Loading

properties.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</ol>
103103
<ul class="properties-list">
104104
<li>
105-
<b>Version</b> : 1.2.58</li>
105+
<b>Version</b> : 1.2.59</li>
106106
<li>
107107
<b>Description</b> : Synchronisation d'Identités Multi-sources</li>
108108
<li>

0 commit comments

Comments
 (0)