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

Modifying form data doesnt work #72

Open
aadi-1024 opened this issue Oct 2, 2023 · 1 comment · May be fixed by #73
Open

Modifying form data doesnt work #72

aadi-1024 opened this issue Oct 2, 2023 · 1 comment · May be fixed by #73

Comments

@aadi-1024
Copy link

Basically, trying to edit any entry in the Body(Form Data) does not work unless you remove and add the entry again on version 0.1.2. I'd like to try and help out with this issue, will update here if I'm able to find a fix :)

@aadi-1024
Copy link
Author

I explored the codebase a little bit and seems like the issue was due to the return statement on line 470 in window.py.

The if statement checks for duplicate entries and returns without editing the body, but this causes issues when you're trying to edit already existing entries.

image

@aadi-1024 aadi-1024 linked a pull request Oct 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant