Skip to content

Commit 76a65de

Browse files
Default namespace app installation fix
1 parent 45a8f07 commit 76a65de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cache/projectTemplate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ This method is invoked when a class is compiled.</Description>
693693
<Implementation><![CDATA[
694694
set properties("NameSpace") = $Namespace
695695
set properties("Description") = "A WEB application for Cache UML Explorer."
696-
set properties("IsNameSpaceDefault") = $$$YES
696+
set properties("IsNameSpaceDefault") = $$$NO
697697
set properties("DispatchClass") = ..#DispatchClass
698698
699699
new $Namespace

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CacheClassExplorer",
3-
"version": "1.19.2",
3+
"version": "1.20.0",
44
"description": "Class Explorer for InterSystems Caché",
55
"directories": { "test": "test" },
66
"dependencies": {},

0 commit comments

Comments
 (0)