Skip to content

Commit 8d2652f

Browse files
authored
Merge pull request #11 from evshvarov/master
Fixes to create the REST app and bump to 1.0.4
2 parents 5999308 + 499ef09 commit 8d2652f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

module.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
<Document name="restforms2.ZPM">
44
<Module>
55
<Name>restforms2</Name>
6-
<Version>1.0.3</Version>
6+
<Version>1.0.4</Version>
77
<Packaging>module</Packaging>
88
<SourcesRoot>src</SourcesRoot>
99
<Resource Name="Form.PKG"/>
1010
<Resource Name="Form.inc"/>
1111
<CSPApplication
1212
Url="/forms"
13+
Path="/src"
1314
Recurse="1"
15+
Directory="{$cspdir}/forms"
1416
MatchRoles=":{$dbrole}"
1517
PasswordAuthEnabled="1"
1618
UnauthenticatedEnabled="0"

0 commit comments

Comments
 (0)