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

Chaning only uppercase/lowercase in a file results in an error. #2995

Open
2 tasks done
Placeprom opened this issue Sep 2, 2024 · 0 comments · May be fixed by #3024
Open
2 tasks done

Chaning only uppercase/lowercase in a file results in an error. #2995

Placeprom opened this issue Sep 2, 2024 · 0 comments · May be fixed by #3024
Labels
bug Something isn't working

Comments

@Placeprom
Copy link

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

Describe the bug

Problem

Renaming a request fails if you only change uppercase/lowercase since a request with the same name already exists. This makes sence since we can not have the same file name twice inside the folder. As a user I would however expect the programm to be able to rename the file if I made a typo (f.ex if I want to rename myREquest to myRequest)

Current Solution

When making a Caps typo the only solution is to rename it to another name and rename it again which is anoying. (myREQuest -> myRequest1 -> myRequest)

Proposed Solution

When editing a file if the file exists but is the same file renaming it to the same file name (with different upper and lower cases) should be fine.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

image

@Placeprom Placeprom added the bug Something isn't working label Sep 2, 2024
@panda7789 panda7789 linked a pull request Sep 4, 2024 that will close this issue
5 tasks
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant