From 275c0d74cd68677622a5431505c5c870c473063d Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 29 Mar 2026 21:40:15 +0000
Subject: [PATCH] =Seems to be working, huzzah! Added some changes for on-this-page nav

---
 inc/registrar/Fields.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/inc/registrar/Fields.php b/inc/registrar/Fields.php
index 7386cd7..6887534 100644
--- a/inc/registrar/Fields.php
+++ b/inc/registrar/Fields.php
@@ -121,7 +121,7 @@
 				'label'		=> 'Description',
 			]
 		];
-		if ($this->registrar->args()['hierarchical']??false && $this->registrar->args()['hierarchical'] === true){
+		if ($this->registrar->args()['hierarchical']??false){
 			$fields['parent'] = [
 				'type'			=> 'taxonomy',
 				'isReference'	=> true,

--
Gitblit v1.10.0