From 1c4f4ae605bdf1d6301bf774e0100400b7712a7b Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Tue, 29 Sep 2015 19:30:59 +1300 Subject: [PATCH] CRM-17176 add titles to navigation xml --- xml/schema/Core/Navigation.xml | 10 ++++++++++ xml/schema/Core/Worldregion.xml | 1 + 2 files changed, 11 insertions(+) diff --git a/xml/schema/Core/Navigation.xml b/xml/schema/Core/Navigation.xml index 0dcdf82485..472ef5b31b 100644 --- a/xml/schema/Core/Navigation.xml +++ b/xml/schema/Core/Navigation.xml @@ -8,6 +8,7 @@ 3.0 id + Navigation ID int unsigned true 3.0 @@ -18,6 +19,7 @@ domain_id + Navigation Domain int unsigned true @@ -36,6 +38,7 @@ label + Navigation Item Label varchar 255 Navigation Title @@ -43,6 +46,7 @@ name + Navigation Item Machine Name varchar 255 Internal Name @@ -50,6 +54,7 @@ url + Url varchar 255 url in case of custom navigation link @@ -57,6 +62,7 @@ permission + Required Permission varchar 255 Permission for menu item @@ -64,6 +70,7 @@ permission_operator + Permission Operator varchar 3 Permission Operator @@ -71,6 +78,7 @@ parent_id + Navigation parent ID int unsigned Parent navigation item, used for grouping 3.0 @@ -84,12 +92,14 @@ is_active + Is Active boolean Is this navigation item active? 3.0 has_separator + Use separator boolean If separator needs to be added after this menu item 3.0 diff --git a/xml/schema/Core/Worldregion.xml b/xml/schema/Core/Worldregion.xml index bdf52037c8..5b0f06706b 100644 --- a/xml/schema/Core/Worldregion.xml +++ b/xml/schema/Core/Worldregion.xml @@ -7,6 +7,7 @@ 1.8 id + World Region ID int unsigned true Country Id -- 2.25.1