Skip to content

Commit 7683cb1

Browse files
committed
[plugins] Dashboards dependency fix
1 parent d6859c5 commit 7683cb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugins/pluginDependencies.js

+5
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@ var getFixedPluginList = function(plugins, options) {
224224
}
225225
}
226226

227+
if (fixedPlugins.indexOf('dashboards') !== -1) {
228+
fixedPlugins.splice(fixedPlugins.indexOf('dashboards'), 1);
229+
fixedPlugins.push('dashboards');
230+
}
231+
227232
if (Object.keys(errors).length > 0) {
228233
logger.e("Loaded plugins:\n", fixedPlugins);
229234
logger.e("Safe loader couldn't load following plugins:\n", errors);

0 commit comments

Comments
 (0)