Skip to content

Update media.schema.json#1643

Merged
prabhum2 merged 2 commits into
blackout102022from
blackout-media-fix
Oct 26, 2022
Merged

Update media.schema.json#1643
prabhum2 merged 2 commits into
blackout102022from
blackout-media-fix

Conversation

@prabhum2
Copy link
Copy Markdown
Contributor

This PR is to fix the bug that is introduced due to the change in pattern for video segment property

@prabhum2 prabhum2 requested a review from lidiaist October 19, 2022 01:25
"title": "Video segment",
"type": "string",
"pattern": "^[[0-9]+-[0-9]+]$",
"pattern": "^[0-9]+-[0-9]+$",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From our previous experience it won't work regardless of the pattern until the pattern is not removed. At some point as a test I created a field with a very simple pattern(to contain a digit) at that one didn't work either. So I presumed that it is a general problem regarding the pattern property of a field and it is not working as expected.

Copy link
Copy Markdown
Collaborator

@hanessian hanessian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are any customers using the configuration of the old pattern? If so, then this will be be a breaking change. If not, we can go through with the change. Thanks!

@prabhum2 prabhum2 changed the base branch from master to blackout102022 October 26, 2022 07:27
@prabhum2 prabhum2 merged commit 7ba3498 into blackout102022 Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants