From d88b108726be0b36f74e59c6c9bdac729f2cbd8d Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Wed, 5 Mar 2025 23:31:50 -0500 Subject: [PATCH] adjustment for the parentID navigation adjustment for the parentID navigation --- .../system/create/entityProperties/html/js/entityProperties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/create/entityProperties/html/js/entityProperties.js b/scripts/system/create/entityProperties/html/js/entityProperties.js index 699d703ab5..9b2c7e2ba2 100644 --- a/scripts/system/create/entityProperties/html/js/entityProperties.js +++ b/scripts/system/create/entityProperties/html/js/entityProperties.js @@ -81,7 +81,7 @@ const GROUPS = [ label: "Parent", type: "string", propertyID: "parentID", - buttons: [ { id: "navigateToParentEntity", label: "1", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ], + buttons: [ { id: "navigateToParentEntity", label: "E", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ], onChange: parentIDChanged, }, {