LimeSurvey: master de658f2d

Author Committer Branch Timestamp Parent
gabrieljenik GitHub master 2020-10-06 11:48:17 master 990190be
Affected Issues  16685: Delete Plugin files is not working
 16711: Undefined variable: scanFilesUrl
Changeset

Fixed issue 16685: Delete Plugin files is not working (#1607)

The 'Delete files' button existed but had no action assigned.
Added new 'delete files' feature. Limited to the 'upload' plugin type.
Added pluginType to the info returned by the scanPlugins method

mod - application/controllers/admin/PluginManagerController.php Diff File
mod - application/libraries/PluginManager/PluginManager.php Diff File
mod - application/views/admin/pluginmanager/scanFilesResult.php Diff File