On a multi domain installation, files added directly in the admin panel through /file/add/ are not visible in the Files-view.
It looks like this is caused by the filter "File Usage: Entity type (!= submission)".
Files added with the media browser are displayed correctly.

CommentFileSizeAuthor
#2 dvg-files-2830433-2.patch2.98 KBaskibinski
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Tom Voesenek created an issue. See original summary.

askibinski’s picture

Component: Multidomain » Code
Status: Active » Needs review
FileSize
2.98 KB

The issue is not specific for domains but occurs for any files which are not used in a node. These files are simply not shown because of the != submission filter.

In the patch attached, I added an AND group and within an OR filter which checks if the file usage entity is empty. If this is the case OR file usage entity is empty, show the files.

ruudvanoijen’s picture

Checked this with Albert. This is fixed for this view. But apparently this is also not working in another view. This needs to be fixed in 1.1.

ralphvdhoudt’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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