From 321d00c89eeede922dfbefc5a2f78dc6218430be Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 30 Dec 2017 16:05:22 -0600 Subject: [PATCH] Fix validation error when trying to save certain eggs, closes #829 --- CHANGELOG.md | 1 + resources/themes/pterodactyl/admin/eggs/new.blade.php | 2 +- resources/themes/pterodactyl/admin/eggs/view.blade.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b6bcc73..ca580b954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. * `[beta.2]` — Fixes bug that caused incorrect rendering of CPU usage on server graphs due to missing variable. * `[beta.2]` — Fixes bug causing schedules to be un-deletable. * `[beta.2]` — Fixes bug that prevented the deletion of nodes due to an allocation deletion cascade issue with the SQL schema. +* `[beta.2]` — Fixes a bug causing eggs not extending other eggs to fail validation. ### Changed * Revoking the administrative status for an admin will revoke all authentication tokens currently assigned to their account. diff --git a/resources/themes/pterodactyl/admin/eggs/new.blade.php b/resources/themes/pterodactyl/admin/eggs/new.blade.php index e432090f3..f698b771a 100644 --- a/resources/themes/pterodactyl/admin/eggs/new.blade.php +++ b/resources/themes/pterodactyl/admin/eggs/new.blade.php @@ -83,7 +83,7 @@

If you would like to default to settings from another Egg select it from the dropdown above.

diff --git a/resources/themes/pterodactyl/admin/eggs/view.blade.php b/resources/themes/pterodactyl/admin/eggs/view.blade.php index e5b615c6f..2e0fdcc83 100644 --- a/resources/themes/pterodactyl/admin/eggs/view.blade.php +++ b/resources/themes/pterodactyl/admin/eggs/view.blade.php @@ -125,7 +125,7 @@