From 4bf9d9766af45ff6bdc80f292e7b624e18707a73 Mon Sep 17 00:00:00 2001 From: Alys Date: Sat, 14 Mar 2020 14:03:16 +1000 Subject: [PATCH] add party and quest info to Admin Panel, add party to heroAdminFields --- .../src/components/admin-panel/index.vue | 42 ++++++++++++++++++- website/server/controllers/api-v3/hall.js | 2 +- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/website/client/src/components/admin-panel/index.vue b/website/client/src/components/admin-panel/index.vue index 8f37fa248b..c0f5b6c97f 100644 --- a/website/client/src/components/admin-panel/index.vue +++ b/website/client/src/components/admin-panel/index.vue @@ -136,6 +136,28 @@ +
+

+ Party, Quest +

+
+
Party:   + Yes   + (party ID {{ hero.party._id }}) + although this has not been verified by searching for the Party. + + No +
+
Quest:   + {{ questStatus }} +
+
+
+