From b2603946a5325c6bf00e5beb7cd94a49f66215ce Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 7 Jun 2016 21:50:52 -0400 Subject: [PATCH] Create template: Allow empty destination and name Allow template with empty name and no destination so create generate them. Signed-off-by: Jonathan Rajotte --- src/common/config/session.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/config/session.xsd b/src/common/config/session.xsd index 569e4b011..95be6bfa5 100644 --- a/src/common/config/session.xsd +++ b/src/common/config/session.xsd @@ -281,7 +281,7 @@ elementFormDefault="qualified" version="3.0"> - + @@ -317,7 +317,7 @@ elementFormDefault="qualified" version="3.0"> - + -- 2.34.1