Skip to content

Commit

Permalink
Add hidden value to expand_wildcards params (#54551)
Browse files Browse the repository at this point in the history
This commit adds the hidden enum value to
all expand_wildcards params

(cherry picked from commit 581b8cd)
  • Loading branch information
russcam committed Apr 1, 2020
1 parent 9e4df78 commit 6f9c362
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"options":[
"open",
"closed",
"hidden",
"none",
"all"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"options":[
"open",
"closed",
"hidden",
"none",
"all"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"options":[
"open",
"closed",
"hidden",
"none",
"all"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"options":[
"open",
"closed",
"hidden",
"none",
"all"
],
Expand Down

0 comments on commit 6f9c362

Please sign in to comment.