graylog2-server icon indicating copy to clipboard operation
graylog2-server copied to clipboard

fix Enterprise overview document title show [object object]

Open gally47 opened this issue 7 months ago • 2 comments

Motivation and Context

fixes https://github.com/Graylog2/graylog-plugin-enterprise/issues/11020

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Refactoring (non-breaking change)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have read the CONTRIBUTING document.
  • [ ] I have added tests to cover my changes.

gally47 avatar Jun 10 '25 14:06 gally47

The idea is that we show the header "Try Graylog Enterprise" when there is no license right?

With this change we no longer consider the license and instead we consider if the enterprise plugin is installed.

linuspahl avatar Jun 10 '25 15:06 linuspahl

The idea is that we show the header "Try Graylog Enterprise" when there is no license right?

With this change we no longer consider the license and instead we consider if the enterprise plugin is installed.

That's right, I will change that.

gally47 avatar Jun 10 '25 15:06 gally47

Same code change was merged in this PR https://github.com/Graylog2/graylog2-server/pull/23777, so I'll close this one.

laura-b-g avatar Oct 01 '25 08:10 laura-b-g