From 74e90e087f00bcc32fd804c3eec2424fa42d4d90 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 8 Nov 2020 17:07:26 -0800 Subject: [PATCH] Fix allocation permission --- CHANGELOG.md | 4 ++++ resources/scripts/components/server/network/AllocationRow.tsx | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce29c109..57927b955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This file is a running track of new features and fixes to each version of the pa This project follows [Semantic Versioning](http://semver.org) guidelines. +## v1.1.1 +### Fixed +* Fixes allocation permissions checking on the frontend checking the wrong permission therefore leading to the item never showing up. + ## v1.1.0 This release **requires** `Wings@1.1.0` in order to work properly due to breaking internal API changes. diff --git a/resources/scripts/components/server/network/AllocationRow.tsx b/resources/scripts/components/server/network/AllocationRow.tsx index 5eec25277..d9459493e 100644 --- a/resources/scripts/components/server/network/AllocationRow.tsx +++ b/resources/scripts/components/server/network/AllocationRow.tsx @@ -89,10 +89,10 @@ const AllocationRow = ({ allocation }: Props) => { Primary : <> - + - +