mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #747] Can't rename or delete folder if name starts with "["-Character #388
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KarlaZinreich on GitHub (Dec 28, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/747
Originally assigned to: @Komediruzecki on GitHub.
Current behavior
Bug does not occur if the "["-Character is in other positions of the string.
I have not tried with other special characters.
Note: In older versions the Folder disappeared until restarting boost note
Expected behavior
The rename should be performed :-)
The delete should be performed :-)
Steps to reproduce
See top of bug report
Environment
Desktop/Web
@Komediruzecki commented on GitHub (Dec 28, 2020):
Hi,
I replicated the bug, the escape sequence was invalid and the File System database was not using the escape regexp.
It should work when this is merged: #748
@KarlaZinreich commented on GitHub (Dec 28, 2020):
@Komediruzecki
Hi,
thanks for the quick update on this issue and the solution! :-)
Merry X-Mas
@Komediruzecki commented on GitHub (Jan 5, 2021):
I will close this since the PR is merged. Thank you for your issue report!