meta tag login_required="true" can not open the page with query parameter that passed from previous
Content
the meta tag login_required="true" can not open the page with query parameter that passed from previous page.
In other view file this button change the page with some parameter ,
<input type="button" name="" onclick="location.href = '/app/ask?ID=1';" id="ticketbtn" value="Open new ticket">
but when it reach ask.php page, if user is'nt login it redirect to login page using meta tag login_required="true"
but this tag refresh the page and not holding the query parameters that passed in URL.
0