zowe/zowe-explorer-vscode

Filtering PDS by user ID should not be case-sensitive

開放

#3,723 建立於 2025年6月20日

 (7 則留言) (4 個反應) (0 位負責人)TypeScript (119 個分叉)auto 404
buggood first issuepriority-lowseverity-low

倉庫指標

星標
 (189 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Is your feature request related to a problem? Please describe.

User IDs cannot contain lowercase letters. When filtering members by user ID, users might enter a lowercase value for the user ID filter assuming that the filtering will not be case sensitive.

Describe the solution you'd like

We should convert the user ID filter to uppercase since there cannot be lowercase characters in a user ID.

Describe alternatives you've considered

The workaround is to enter the filter in uppercase.

Additional context

貢獻者指南