Pass existingValues consistently
This commit is contained in:
@@ -160,7 +160,7 @@ async function getValues(
|
|||||||
const customValueProvider =
|
const customValueProvider =
|
||||||
valueProviderToken?.definition?.key && valueProviderConfig?.[valueProviderToken.definition.key];
|
valueProviderToken?.definition?.key && valueProviderConfig?.[valueProviderToken.definition.key];
|
||||||
if (customValueProvider) {
|
if (customValueProvider) {
|
||||||
const customValues = await customValueProvider.get(workflowContext);
|
const customValues = await customValueProvider.get(workflowContext, existingValues);
|
||||||
if (customValues) {
|
if (customValues) {
|
||||||
return filterAndSortCompletionOptions(customValues, existingValues);
|
return filterAndSortCompletionOptions(customValues, existingValues);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user