Thanks. I cleared the browser cache and it worked. On 4 יוני, 13:32, Robert Buchholz <[email protected]> wrote: > Hi Lior, > > On Thursday 03 June 2010, Lior K wrote: > > > Update: we tried executing the SELECT directly against trac,db > > (SQLite) and: > > > SELECT description, name, sorting_keys, ticket_types, > > b_type FROM agilo_backlog ORDER BY b_type, name > > > works fine. > > > BUT, SELECT description, name, sorting_keys, ticket_types, > > b_type FROM agilo_backlog ORDER BY b_type, name {} > > > blocks and freezes. it appears that somehow the trailing empty braces > > ("{}") causes the problem > > The trailing braces are not part of the query, just part of the debug > output. It is the dictionary of values that is spliced into the query > (in this case it is empty). Regarding your issue, if the loading > indicator does not disappear, that is usually a symptom a javascript > error in the code. You could: > > 1) Make sure your browser cache is not in the way (clean it, use a > different browser). > 2) Make sure your JS files on the server are up to date (if you use > "trac-admin deploy" to serve them from Apache directly) > 3) Have a look at the JavaScript console of Firefox, Firebug/Firefox or > in the Developer tools of Safari/Chrome and send in a backtrace. > > Regards, > Robert
-- Follow Agilo on Twitter: http://twitter.com/agiloforscrum Please support us by reviewing and voting on: http://userstories.com/products/8-agilo-for-scrum http://ohloh.net/p/agilo-scrum http://freshmeat.net/projects/agiloforscrum You have received this message because you are subscribed to the "Agilo for Scrum" Google Group. This group is focused on supporting Agilo for Scrum users and is moderated by agile42 GmbH <http://www.agile42.com>. To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo

