Your message dated Thu, 09 Jan 2020 06:04:46 +0000 with message-id <[email protected]> and subject line Bug#948064: Removed package(s) from unstable has caused the Debian Bug report #928613, regarding anonymous users get error on timeline when selecting to see sensitive tickets to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 928613: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928613 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: trac-sensitivetickets Version: 0.21-1 When an anonymous user selects the option to see: Activity on sensitive tickets I expect them to get a list of rows saying "Redacted". Instead, they get an error: Event provider SensitiveTicketsPolicy failed for filters "Activity on sensitive tickets": AttributeError: 'Environment' object has no attribute 'get_db_cnx' The fix seems to be: --- sensitivetickets.py.orig 2019-05-07 12:23:55.990149044 -0400 +++ sensitivetickets.py 2019-05-07 12:24:36.477117871 -0400 @@ -176,7 +176,7 @@ ts_start = to_utimestamp(start) ts_stop = to_utimestamp(stop) - db = self.env.get_db_cnx() + db = self.env.get_read_db() cursor = db.cursor() if 'ticket_details' in filters: Thank you! jamie -- May First/People Link Growing networks to build a just world https://mayfirst.org https://support.mayfirst.org OpenPGP Key: http://current.workingdirectory.net/pages/identity/ xmpp: [email protected]
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---Version: 0.21-1+rm Dear submitter, as the package trac-sensitivetickets has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/948064 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

