You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Description of defect]
Intermittently when uploading files on a request, subsequent checks of the files entity table (/admin/content/files) will show that a file exists separately as both a Temporary and Permanent file status.
In the screenshot below, two files were uploaded on the submitted request but one of them (smokejumper.png) has been duplicated in Drupal.
Thus far I have not been able to isolate a pattern for when the behavior occurs but have made the following observations
The problem does not seem to be related to the file's extension/mime type
Problem has been seen both with files flagged as viruses and those flagged as clean
Steps to reproduce the behavior
Submit a FOIA request and attach one or more files
Check the file table in Drupal
NOTE: issue is intermittent so you may have to repeat the process multiple times for the failure to occur.
The text was updated successfully, but these errors were encountered:
I've been able to replicate the problem on local using the develop branch. It looks like an _sid_ directory is being created in the file system which holds the duplicated files
[Description of defect]
Intermittently when uploading files on a request, subsequent checks of the files entity table (/admin/content/files) will show that a file exists separately as both a Temporary and Permanent file status.
In the screenshot below, two files were uploaded on the submitted request but one of them (smokejumper.png) has been duplicated in Drupal.
Thus far I have not been able to isolate a pattern for when the behavior occurs but have made the following observations
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: