mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-27 03:15:50 +03:00
[GH-ISSUE #903] Rename doesn't work #594
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#594
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 @RenHoekNL on GitHub (Nov 30, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/903
Expected result: A window pops up allowing you to change a name
Actual result: You click the button and nothing pops up. No errors in the JS console even.
Tried in the most recent Firefox and Chrome. Renaming even doesn't work on the demo page (https://tinyfilemanager.github.io/demo/)
@smalos commented on GitHub (Dec 1, 2022):
No renaming issues here with PHP version: 8.0.6
Do you see any errors in the server logs?
@jackyhuynh0407 commented on GitHub (Dec 1, 2022):
I got the same issue. But I found that only folder and file on root can't rename. On sub folder rename is work.
@smalos commented on GitHub (Dec 1, 2022):
Comparing an older version with the latest, there was a change in the JavaScript function rename() :
In the root folder, an empty argument e is passed and the added check prevents the rename dialog form popping up:
if(e && t)