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

Commit

Permalink
Redirect user to dashboard after openid login: https://bugzilla.redha…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jun 1, 2015
1 parent bcd1897 commit 1a5fcd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release-notes.md
Expand Up @@ -40,7 +40,7 @@ Example usage in html file: `<link rel="shortcut icon" href="#{assets['img/logo/
* [1165930](https://bugzilla.redhat.com/show_bug.cgi?id=1165930) - 'Copy from previous version' shows if an obsolete version exists
* [1098362](https://bugzilla.redhat.com/show_bug.cgi?id=1098362) - download link in editor doesn't encode properly and result in 404
* [1225689](https://bugzilla.redhat.com/show_bug.cgi?id=1225689) - [Project Version View] Failed to load entries when the doc id contains characters that should be URL encoded

* [1098878](https://bugzilla.redhat.com/show_bug.cgi?id=1098878) - OpenID login with FAS does not direct to user dashboard
-----------------------

<h5>New Features</h5>
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/WEB-INF/pages.xml
Expand Up @@ -53,7 +53,7 @@
<redirect view-id="/account/login.xhtml" />
</rule>
<rule
if="#{identity.loggedIn and userRedirect.shouldRedirectToDashboard()}}">
if="#{identity.loggedIn and userRedirect.shouldRedirectToDashboard()}">
<redirect view-id="/dashboard/home.xhtml" />
</rule>
<rule
Expand Down

0 comments on commit 1a5fcd2

Please sign in to comment.