Commit b1011f43a524886904615b876e3bfac8c926aee4

Authored by deaflynx
1 parent 785ac983

Fix for import rule chains without type

... ... @@ -310,7 +310,7 @@ export default function ImportExport($log, $translate, $q, $mdDialog, $document,
310 310 return false;
311 311 }
312 312 if (angular.isUndefined(ruleChainImport.ruleChain.type)) {
313   - return false;
  313 + ruleChainImport.ruleChain.type = types.ruleChainType.core;
314 314 }
315 315 return true;
316 316 }
... ...