Originally created by: Vladimir.Chukharev@gmail.com
Originally owned by: Vladimir.Chukharev@gmail.com
On an absolutely fresh development database (not even tests ran after reinstall), when selecting 'Classes List' from menu, I can see the following request 3 times:
SELECT "data_classdesktop"."id", "data_classdesktop"."classname_id", "data_classdesktop"."user_id" FROM "data_classdesktop" WHERE "data_classdesktop"."user_id" = 1
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Vladimir.Chukharev@gmail.com
Consider if {% with par=... %} template tag can help...
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Vladimir.Chukharev@gmail.com
No, with tag is not needed here. One request was due to repeated populating context dictionary, removed. This should become [r1004], but some unexpected error happens on commit attempts at the momet...
Status: Started