Skip to content
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

Duplicate subdirectory in Enterprise Navigation link #9308

Closed
oscarlofwenhamn opened this issue Oct 29, 2020 · 1 comment
Closed

Duplicate subdirectory in Enterprise Navigation link #9308

oscarlofwenhamn opened this issue Oct 29, 2020 · 1 comment
Assignees

Comments

@oscarlofwenhamn
Copy link

oscarlofwenhamn commented Oct 29, 2020

Expected Behavior

When running Graylog in a subdirectory like www.example.com/graylog, with the webserver settings detailed in the docs, internal links should work.

Current Behavior

For non-enterprise version, in v 3.3.7, when clicking the Enterprise link in the Navigation menu links to www.example.com/graylog/graylog/system/enterprise.

Possible Solution

Not sure, maybe since the Enterprise link is pushed in Navigation.jsx and should be getting a correct NavigationLink (where duplicate prefixes should be fixed? #5703), maybe the duplication fix is mainly working for links in the System dropdown and the Enterprise link-implementation needs to be fixed?

if (enterpriseMenuIsMissing && isPermittedToEnterprise) {
// no enterprise plugin menu, so we will add one
pluginExports.push({
path: Routes.SYSTEM.ENTERPRISE,
description: 'Enterprise',
});
}
,

  • Graylog Version: 3.3.7
@dennisoelkers
Copy link
Member

Closing due to being outdated. Please reopen if this is still an issue for you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants