Skip to content

Commit

Permalink
Remove all namespaces selector
Browse files Browse the repository at this point in the history
  • Loading branch information
wg102 committed Aug 31, 2023
1 parent df2d4b9 commit b382626
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,11 @@ export class NamespaceSelector extends localizationMixin(PolymerElement) {

const owned = this.getDefaultNamespace();

if (selected === ALL_NAMESPACES
&& allNamespacesAllowedPaths.includes(this.route.path)) {
return;
}
// Disable all-namespaces selector for AAW
// if (selected === ALL_NAMESPACES
// && allNamespacesAllowedPaths.includes(this.route.path)) {
// return;
// }

let newNamespace = '';
if (owned && owned.namespace) {
Expand Down

0 comments on commit b382626

Please sign in to comment.