mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-25 09:00:50 +00:00
Merge pull request #1334 from cptran777/urn-validator-equality-issues
Allow for equals sign in urn validator
This commit is contained in:
commit
bc8ce0508a
@ -5,7 +5,7 @@ import { DatasetPlatform, Fabric, isDatasetFabric } from 'wherehows-web/constant
|
||||
* Path segment in a urn. common btw WH and LI formats
|
||||
* @type {RegExp}
|
||||
*/
|
||||
const urnPath = /[\w.$\-\/{}+()\s\*]+/;
|
||||
const urnPath = /[\w.$\-\/{}+()\s=\*]+/;
|
||||
/**
|
||||
* Matches a url string with a `urn` query. urn query with letters or underscore segment of any length greater
|
||||
* than 1 followed by colon and 3 forward slashes and a segment containing letters, {, }, _ or /, or none
|
||||
|
Loading…
x
Reference in New Issue
Block a user