Skip to content
Snippets Groups Projects

Issue #3204015: Replace Toolbar BackboneJS usage with VanillaJS equivalent

2 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline
Files
2
  • c24ca971
    Issue #3163663 by mpp, chrisolof, alexpott, quietone: Too many open files... · c24ca971
    Alex Pott authored
    Issue #3163663 by mpp, chrisolof, alexpott, quietone: Too many open files issue with migrating multiple files using "download" process plugin
    
    (cherry picked from commit 76b86646)
@@ -155,6 +155,10 @@ public function transform($value, MigrateExecutableInterface $migrate_executable
throw new MigrateException("{$e->getMessage()} ($source)");
}
if (is_resource($destination_stream)) {
fclose($destination_stream);
}
return $final_destination;
}
Loading