File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <settings >
3+ <!--
4+ The default landing page for the search in the form of <moduleId>, <controller>, <action>. The application's home page will redirect here.
5+ The module must be avilable and active, otherwise another redirect happens to the home page, which causes a loop.
6+ The designated action must be set to public in the feature permission mgmt, otherwise the request will be redirected to the login page.
7+ The 'type' attribute must be compatible with the System.TypeCode case-sensitive.
8+ -->
9+ <entry key =" landingPage" value =" ddm, PublicSearch, index" type =" String" />
10+ <!-- user is not logging in -> app goes to-->
11+ <entry key =" landingPageForUsers" value =" ddm, Home, index" type =" String" />
12+ <!-- landing page for users , when they logged in successfuly -->
13+ <entry key =" faq" value =" https://github.com/BEXIS2/Core/wiki/FAQ" type =" string" />
14+
15+ <entry key =" version" value =" 2.14.3" type =" string" />
16+
17+ </settings >
You can’t perform that action at this time.
0 commit comments