Skip to content

Commit

Permalink
Changed to use logout transition in popc/Login so that redirect after…
Browse files Browse the repository at this point in the history
… is back to popc
  • Loading branch information
jonesde committed Feb 25, 2016
1 parent 2de2ab1 commit be45973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen/PopCommerceRoot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ along with this software (see the LICENSE.md file). If not, see
$.ajax({ type:'POST', url:'/apps/setPreference', data:{ 'preferenceKey': 'OUTER_STYLE', 'preferenceValue': currentStyle }, dataType:'json' });
}
</script>
<a href="/Login/logout" data-toggle="tooltip" data-original-title="Logout ${(ec.getUser().getUserAccount().userFullName)!!}" data-placement="bottom" class="btn btn-danger btn-sm navbar-btn navbar-right">
<a href="/popc/Login/logout" data-toggle="tooltip" data-original-title="Logout ${(ec.getUser().getUserAccount().userFullName)!!}" data-placement="bottom" class="btn btn-danger btn-sm navbar-btn navbar-right">
<i class="glyphicon glyphicon-off"></i>
</a>
]]></text></render-mode>
Expand Down

0 comments on commit be45973

Please sign in to comment.