Skip to content

Commit

Permalink
Merge branch 'private-release/v2.0.2' into zowe-release/v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KUGDev committed Jan 7, 2025
2 parents 904eb02 + 78b6453 commit 845c2eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class AddJobsFilterDialog(
dialogPanel.validateAll()
var validationInfo: ValidationInfo? = null
componentsToIsJobId.forEach { (component, isJobId) ->
validationInfo = validateJobFilter(prefixField.text, ownerField.text, jobIdField.text, state.ws.masks, component, isJobId)
validationInfo = validateJobFilter(prefixField.text, ownerField.text, jobIdField.text, state.selectedWS.masks, component, isJobId)
if (validationInfo != null) return validationInfo
}
return null
Expand Down

0 comments on commit 845c2eb

Please sign in to comment.