Ticket #2094 (closed defect: fixed)
repoze.what group_name translations
| Reported by: | vinces1979 | Owned by: | Gustavo |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0b1 |
| Component: | TurboGears | Version: | trunk |
| Severity: | normal | Keywords: | upstream, repoze.what |
| Cc: |
Description
Turbogears fails to Auth when trying to change the translation for Group.group_name Group.group_name was hard coded in repoze.what.plugins.sql/repoze/what/plugins/sql.py instead of using the getattr
simple patch created
Attachments
Change History
Changed 3 years ago by vinces1979
-
attachment
sql.py.diff
added
comment:1 Changed 3 years ago by Gustavo
- Status changed from new to assigned
- Owner changed from faide to Gustavo
- Version changed from 1.9.x to trunk
Thanks for the patch! It's going to be fixed soon, hopefully in less than an hour.
comment:3 Changed 3 years ago by Gustavo
- Status changed from assigned to closed
- Keywords upstream, repoze.what added; upstream removed
- Resolution set to fixed
This has been fixed in repoze.what.plugins.sql-1.0a3. Please upgrade to have this problem solved:
easy_install -U repoze.what.plugins.sql
Thanks!
Note: See
TracTickets for help on using
tickets.
patched to use getattr