-
-
Notifications
You must be signed in to change notification settings - Fork 486
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
Fix datetime picker and plugin dropdown #2820
base: master
Are you sure you want to change the base?
Fix datetime picker and plugin dropdown #2820
Conversation
I suggest to rebase you branch from develop branch. it's not updated, the last commit of the develop branch is older than a month and it has some old dependencies. Talking about your message:
I used the dropdown to select the Classic_DNS and when I press "search" and error However it's not needed to send the code, I can view it from the draft 😄 |
ok let me check |
TypeError: Cannot read properties of undefined (reading 'config')
|
There is no config in axios. In fact the error is here:
This means |
i didnt change anything in the |
|
The issue is in the queryparams im parsing to the api .
i get this then its working fine solution is --> we can extract all the plugin names selected from the also correct me if i am wrong |
I think the best thing to do is extract the plugin names from the multiple dropdown element and pass the list of string to the method and the backend should accept a list of string instead of a single one |
Screen.Recording.2025-04-09.181533.mp4now im able to send the but im seeing the |
Is elastic correctly configured (containers are running if you are using the local instance and the env var in any case)? I think the org is not a related problem, even if you don't create and org, it has to work |
Commit message:
Advanced Search improvements (#2764): Fix datetime picker in Firefox & enhance plugin selection UX