Linus Pahl

Results 12 comments of Linus Pahl

It looks like this is related to the fields list being outdated and we need to ensure it is being refetched.

I just noticed the PR contains the old import path for `usePluginEntities` (`views/logic/usePluginEntities`), we adjusted this recently https://github.com/Graylog2/graylog2-server/pull/13270 Let's adjust this before we merge this PR.

Oh, I just saw this PR is not going into the master branch.

@mpfz0r I saw this bug today as well. Can you may change the title to something like "Description is not being saved when creating pipeline rule" Currently the title sounds...

We migrated from `5.3.11` to `6.0.4` and face the same problem. Our setup is different since we use jest. I just want to mention that it looks like both versions...

In case it will be helpful for others: ``` jest.mock('styled-components', () => ( jest.requireActual('styled-components/dist/styled-components.browser.esm.js') )); ``` fixed the problem for me as well. We are using `babel-jest` and I had...

@patrickmann If I remember it correctly I only tested it on a cloud instance.

While having another look, I did not saw this problem when 1. Opening the alerts overview 2. Opening page 101 Only when 1. Opening the alerts overview 2. Opening page...

The last finding I had: `getState()` in `handleSearchResult` usually contains the latest data / search result, but this does not seem to be the case on error.