Currently the rename also shows on the media library modals, just when uploading a new file. I am using the following CSS snippet to hide it, but a proper approach to this would be more welcome:

.js-media-library-add-form .file-rename__link-wrapper {
  display: none;
}

Comments

dgsiegel created an issue. See original summary.

grienauer’s picture

Assigned: Unassigned » granik
Category: Bug report » Feature request
grienauer’s picture

  • granik committed 5bbb345b on 1.0.x
    Issue #3388369 by dgsiegel, Grienauer: Rename button shows on JS Media...
granik’s picture

Status: Active » Fixed

Fixed in dev version. The check if file must be permanent is added when displaying the rename link.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.