Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #169 from zanata/cleanup
Browse files Browse the repository at this point in the history
Clean up a warning on pages.xml
  • Loading branch information
Alex Eng committed Sep 10, 2013
2 parents 627dd85 + d1557a3 commit ab688b1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions zanata-war/src/main/webapp/WEB-INF/pages.xml
Expand Up @@ -9,9 +9,12 @@
<rule if-outcome="home">
<redirect view-id="/home.xhtml" />
</rule>
<rule from-action="#{projectSearch.search}">
<redirect view-id="/search.xhtml"/>
</rule>
</navigation>
</page>

<page view-id="/dashboard/*" login-required="true">
<restrict>#{identity.loggedIn}</restrict>
</page>
Expand All @@ -35,12 +38,6 @@
<action execute="#{breadcrumbs.addLocation('', messages['jsf.SearchProjects'])}"/>
</page>

<page view-id="*">
<navigation from-action="#{projectSearch.search}">
<redirect view-id="/search.xhtml"/>
</navigation>
</page>

<!-- Landing page for open id authentication -->
<page view-id="/openid.xhtml">
<navigation>
Expand Down

0 comments on commit ab688b1

Please sign in to comment.