Skip to content

Commit

Permalink
EntityBulkUpdateDialog.getSelectionFieldValues to enableAndWait
Browse files Browse the repository at this point in the history
  • Loading branch information
cnathe committed Feb 11, 2025
1 parent f4b6eb3 commit 351b529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public List<String> getSelectionOptions(String fieldKey)

public List<String> getSelectionFieldValues(String fieldKey)
{
return elementCache().getSelect(fieldKey).getSelections();
return enableAndWait(fieldKey, elementCache().getSelect(fieldKey)).getSelections();
}

public EntityBulkUpdateDialog setTextArea(String fieldKey, String text)
Expand Down

0 comments on commit 351b529

Please sign in to comment.