Clicking on file in DID view gives error
Open
@maany is already working on this.
Since Jul 10, 2025.
bug
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 36
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 7
Description
Description
If I click on a dataset and then the button for a consituent file I see this.
This looks like instead of passing the DID file name, it's passing the string "bound mg" instead. This is with webui version 37.1
Problem validating r_dids: 'bound mg' does not match '^/[a-zA-Z0-9\\-_]{1,99}/[a-zA-Z0-9\\.\\-_]{1,199}/[A-Z0-9\\-]{1,99}$|^/[a-zA-Z0-9\\-_]{1,99}/[a-zA-Z0-9\\.\\-_]{1,199}/[A-Z0-9\\-]{1,99}#[a-zA-Z0-9\\.\\-_]{1,100}$|^\\/store\\/[A-Za-z0-9][A-Za-z0-9\\.\\-\\_\\/]{1,493}$' Failed validating 'pattern' in schema['items']['properties']['name']: {'description': 'Data Identifier name', 'type': 'string', 'pattern': '^/[a-zA-Z0-9\\-_]{1,99}/[a-zA-Z0-9\\.\\-_]{1,199}/[A-Z0-9\\-]{1,99}$|^/[a-zA-Z0-9\\-_]{1,99}/[a-zA-Z0-9\\.\\-_]{1,199}/[A-Z0-9\\-]{1,99}#[a-zA-Z0-9\\.\\-_]{1,100}$|^\\/store\\/[A-Za-z0-9][A-Za-z0-9\\.\\-\\_\\/]{1,493}$'} On instance[0]['name']: 'bound mg'
Steps to reproduce
No response
Rucio WebUI Version
No response
Additional Information
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.