
authorized_tag not working for forum posts
Reported by Marko Seppä | February 2nd, 2009 @ 01:18 PM
Error was detected when running an integration test with admin login and trying to edit a post in a topic. Admin user was redirected to login instead of edit for of a post. This error comes from wrong authorizations through authorized_tag. Following is the input of what authorized tag gives for visible-for.
<a href="/topics/195/posts/350/edit?return_to=%2Ftopics%2Fa-topic" id="edit_post_350">Edit</a>
instead it should be like this
<a href="/topics/195/posts/350/edit?return_to=%2Ftopics%2Fa-topic" id="edit_post_350">Edit</a>
Comments and changes to this ticket
-
Marko Seppä February 2nd, 2009 @ 01:19 PM
Crap! Seems like span was stripped out from initial comment. So here it is again:
span class="visible-for user-191 comment-350-author comment-350-moderator comment-350-admin superuser"
instead it should be like this
span class="visible-for user-191 comment-350-author section-350-moderator site-350-admin superuser"
-
Marko Seppä March 31st, 2009 @ 11:18 AM
- Milestone cleared.
- State changed from new to open
-
-
Marko Seppä November 23rd, 2009 @ 05:13 PM
- State changed from open to resolved
-
Jamie Oliver December 17th, 2022 @ 08:09 AM
Sometimes I had this unexpected nyt sudoku error. I wanted to tag the owner's post name to answer his question but I could not.
-
Billie Jollie January 3rd, 2023 @ 05:32 AM
Everything functions properly locally on my development PC and on a standard IIS deployment. The identity cookie is being sent by the client, word wipe according to an examination of the http packets.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<p>Cutting edge cms, blog, wiki, forum ... plattform.</p>
<p>Find the code on <a href="http://github.com/svenfuchs/adva_cms/tree/master">GitHub: adva cms</a></p>
<p>Part of the business application framework <a href="http://www.advabest.org/">adva best</a>.</p>