Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure that disabled feature page cannot be accessed using deep-link #37902
Ensure that disabled feature page cannot be accessed using deep-link #37902
Changes from all commits
17377da
7ed9fa6
c8a7312
cf310c3
941e7fa
699f38a
daacbfe
7fb586e
4bd3e8a
7a71b4b
09203e4
2040059
c3e6470
b6f7c34
68e55e5
1c1d7fd
45d502c
e0580db
47b9904
139d14b
4764459
9da57fa
5fffd62
1a3b367
f5b7ea0
c901703
9c23128
540b2fa
169ab18
417ee81
216015d
96bf4ff
44ae002
4e63dac
1a61fe2
514bc3b
0b908d8
58e1b4b
919f7c7
c13cda3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we created a new Workspace and then enabled a new feature right after that (ie: Workflows), we called create workspace and enable feature consecutively, this condition won't be enough to address that case so It will introduce the bug: #39443.
More detail in this comment: #39443 (comment)