This commit is contained in:
Mirco Wittrien 2019-09-06 10:17:37 +02:00
parent 3e805ace2f
commit b0d7545fec
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1462,7 +1462,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
if (BDFDB.isObject(plugin) && BDFDB.isObject(plugin.patchModules)) {
for (let type in plugin.patchModules) {
var mapped = webModulesPatchmap[type];
var classOrBoolean = webModulesNotFindableModules[type];
var classOrBoolean = webModulesNotFindableModules[type.split(' _ _ ')[1] || type];
var patchtype = mapped ? mapped + ' _ _ ' + type : type;
if (mapped) {
plugin.patchModules[patchtype] = plugin.patchModules[type];