Secure not working properly in multilingual sites
Reported by Gaspard Bucher | September 3rd, 2009 @ 05:04 PM | in 1.0
- login ===> 'en'
- create a node ==> redaction in 'en'
- change lang ==> 'fr'
- can view node but ===> no version !
Need to fix query (in secure.rb)
status >= 30 AND user_id = ... AND lang = 'fr'
Comments and changes to this ticket
-
Gaspard Bucher September 3rd, 2009 @ 05:38 PM
(from [241dada5fc26790d948f37b2805b9ee9d9d9cd64]) Fixing code so that unrelated bug [#263] does not scream. http://github.com/zena/zena/commit/241dada5fc26790d948f37b2805b9ee9...
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 »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org
People watching this ticket
Referenced by
- 263 Secure not working properly in multilingual sites (from [241dada5fc26790d948f37b2805b9ee9d9d9cd64]) Fixing ...