@sprucelabs/spruce-people-utils 3.3.2 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -188,6 +188,7 @@ class PersonSelectInputViewController extends AbstractViewController {
|
|
|
188
188
|
const [{ person }] = yield client.emitAndFlattenResponses('people.get::v2022_05_29', {
|
|
189
189
|
target: {
|
|
190
190
|
organizationId: this.organizationId,
|
|
191
|
+
locationId: this.locationId,
|
|
191
192
|
searchPersonId: id,
|
|
192
193
|
},
|
|
193
194
|
});
|
|
@@ -188,6 +188,7 @@ class PersonSelectInputViewController extends heartwood_view_controllers_1.Abstr
|
|
|
188
188
|
const [{ person }] = await client.emitAndFlattenResponses('people.get::v2022_05_29', {
|
|
189
189
|
target: {
|
|
190
190
|
organizationId: this.organizationId,
|
|
191
|
+
locationId: this.locationId,
|
|
191
192
|
searchPersonId: id,
|
|
192
193
|
},
|
|
193
194
|
});
|