From b552f903d2bf6d151cc39eaa9f858bc7f13c4c80 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 22 Aug 2014 20:53:27 +1200 Subject: [PATCH] CRM-15168 add titles to case type --- xml/schema/Case/CaseType.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xml/schema/Case/CaseType.xml b/xml/schema/Case/CaseType.xml index 9fd0fc0689..e3e18b4bdd 100644 --- a/xml/schema/Case/CaseType.xml +++ b/xml/schema/Case/CaseType.xml @@ -8,6 +8,7 @@ true id + Case Type ID int unsigned true Autoincremented type id @@ -19,6 +20,7 @@ name + Case Type Name varchar 64 true @@ -33,6 +35,7 @@ title + Case Type Title varchar 64 true @@ -42,6 +45,7 @@ description + Case Type Description varchar 255 true @@ -50,18 +54,21 @@ is_active + Case Type Is Active boolean Is this entry active? 4.5 is_reserved + Case Type Is Reserved boolean Is this case type a predefined system type? 4.5 weight + Case Type Weight int true 1 @@ -70,6 +77,7 @@ definition + Case Type Definition blob xml definition of case type 4.5 -- 2.25.1