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

Create Hashlist - URGENT #103

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Create Hashlist - URGENT #103

wants to merge 3 commits into from

Conversation

xbenyx
Copy link
Contributor

@xbenyx xbenyx commented Jul 9, 2024

This pull request is really important and affects Web UI and API V2 if wrong key is used.

After some tests, we found that when the payload is being sent with the key separator it works fine and no error is returned and the response returns with the key separator. However, after checking the database no separator is being saved.

{
"0": {
" #_id": 0,
"name": "Test2",
"separator": "",
"useBrain": false,
##.....
}
}

In order for the separator to work this pull request needs to be merged. Maybe some fix in the API v2 @zyronix ? I saw in the PHP at least 3 names for the separator.

@xbenyx xbenyx added the bug Something isn't working label Jul 9, 2024
@xbenyx xbenyx self-assigned this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant