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

[4.0] Media Manager - Prompt when changing #30960

Open
particthistle opened this issue Oct 6, 2020 · 3 comments
Open

[4.0] Media Manager - Prompt when changing #30960

particthistle opened this issue Oct 6, 2020 · 3 comments

Comments

@particthistle
Copy link
Member

Is your feature request related to a problem? Please describe.

When you rename or delete a file in the media manager, improved UX would include a prompt to remind the user that

  • Renaming the file will break all existing links to the file with the current filename (Continue / Cancel)
  • Deleting the file will break all existing links to the file being deleted, as well as not being undoable (Continue / Cancel)

Describe the solution you'd like

For 4.0, add prompts when you go to rename or delete a file in the media manager, (similar to what JCE File Browser prompts with on Renaming a file, but not on deleting a file).

For 4.1, this is something also covered in the J4 Media Manager Roadmap that would be tied into the Database Abstraction layer, which would then separate the media manager table from the filesystem (so you're then not renaming the file, you're adjusting the listing for the file).

Additional context

Discovered while testing PR #30839

@PhilETaylor

This comment was marked as abuse.

@Quy Quy added the Feature label Oct 7, 2020
@joomla-cms-bot joomla-cms-bot changed the title [4.0] Media Manager - Prompt when changing [4.0] Media Manager - Prompt when changing Nov 2, 2020
@Quy Quy added the J4 Issue label Nov 2, 2020
@bembelimen bembelimen added this to the Joomla 4.1 milestone Nov 23, 2020
@bembelimen
Copy link
Contributor

For 4.1, this is something also covered in the J4 Media Manager Roadmap that would be tied into the Database Abstraction layer, which would then separate the media manager table from the filesystem (so you're then not renaming the file, you're adjusting the listing for the file).

This should be independend from the method of the file system, I think. The Roadmap from the media manager team is not the leading one currently (but still have a lot of good stuff which should be taken over).

@Quy Quy added PR-4.1-dev and removed J4 Issue labels Jul 3, 2021
@N6REJ
Copy link
Contributor

N6REJ commented Sep 24, 2021

Why not have it peruse the db and rename the files there @ the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants