Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37887, comment 5


Ignore:
Timestamp:
01/13/2017 08:23:19 PM (8 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37887, comment 5

    initial v1  
    77Is there any advantage in hiding uploaded files from other trusted users? I don't see any. Similar case is when a file is uploaded while the user composes a draft. We don't hide the upload until the post is published.
    88
    9 I'm also not sure if it is a good idea to remove or delete a file that was uploaded while the customizer was used. This changes the current file uploading behavior for no good reason: the users are still seeing the (familiar) media popup, but files they upload may disappear later. This can be taken as error and is pretty bad UX.
     9I'm also not sure if it is a good idea to automatically delete a file that was uploaded while the customizer was used. This changes the current file uploading behavior for no good reason: the users are still seeing the (familiar) media popup, but files they upload may disappear later. This can be taken as error and is pretty bad UX.
    1010
    1111Also, if hiding of uploads is really really needed by somebody, it should be a plugin. Seems it should be implemented by adding these attachments to a "special" taxonomy (or similar) and excluding them from the Media library. The proposed solution is needlessly complex.