]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/admin/support/SupportEnterTicketForm.java
add: enable Support to see the new RA Agent status
[gigi.git] / src / club / wpia / gigi / pages / admin / support / SupportEnterTicketForm.java
index 58b2997e11ae9b84174d3bf9a5b8886a797db6bd..918df15d156806e17cfc3f8c6916a0f551da1ebd 100644 (file)
@@ -37,7 +37,7 @@ public class SupportEnterTicketForm extends Form {
             throw new GigiApiException("Ticket format malformed");
         } else if (req.getParameter("deleteTicket") != null) {
             AuthorizationContext ac = LoginPage.getAuthorizationContext(req);
-            req.getSession().setAttribute(Gigi.AUTH_CONTEXT, new AuthorizationContext(ac.getActor(), ac.getActor()));
+            req.getSession().setAttribute(Gigi.AUTH_CONTEXT, new AuthorizationContext(ac.getActor(), ac.getActor(), ac.isStronglyAuthenticated()));
             return new RedirectResult(SupportEnterTicketPage.PATH);
         }
         throw new GigiApiException("No valid action given.");