From ab3c93d52d276da01980be94f04a60c77d7d01e1 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Sun, 2 Jun 2024 11:04:37 +0100 Subject: [PATCH] Issue 703 edomh integration (#8) * Adds valid module checking to all types of modules on import * Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo * Changes as per comments on the PR * Modified export to EDOMH/EDEngineer page to be less 'bodged', allow EDOMH button to be clickable without checking for EDEngineer API (If they have EDOMH, they probably don't have EDEngineer...) and added a workaround for Coriolis sending bogus data for bulkheads. * Fixed autodeploy to do latest coriolis-data dist. Fixed sendToEDOMH function to only send the blueprint at the selected grade, not each grade up to that grade. --------- Co-authored-by: David Sangrey Co-authored-by: Felix Linker --- src/app/components/ModalShoppingList.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/ModalShoppingList.jsx b/src/app/components/ModalShoppingList.jsx index 2b12418c..79a32c0e 100644 --- a/src/app/components/ModalShoppingList.jsx +++ b/src/app/components/ModalShoppingList.jsx @@ -207,7 +207,6 @@ export default class ModalShoppingList extends TranslatedComponent { else { item = module.m.symbol; } - blueprints.push({ "item": item, "blueprint": module.m.blueprint.fdname,