Modify ↓
Ticket #885 (closed defect: fixed)
Go button broken in clients view
Reported by: | https://www.google.com/accounts/o8/id?id=AItOawlIdOLQ3nFOgetY5BoyA_TNtPssw64vBhw | Owned by: | solj |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.1.0 Release |
Component: | bcfg2-reports | Version: | 1.0 |
Keywords: | Cc: |
Description
Under the clients view the go button throws a 404 error. The url match for this view is looking for a trailing slash.
Running with django version 1.1.1
Attaching a patch to match without the trailing / as well. It is possible to do this on one line but I remember some problem with earlier Django versions.
Attachments
Change History
Changed 13 years ago by https://www.google.com/accounts/o8/id?id=AItOawlIdOLQ3nFOgetY5BoyA_TNtPssw64vBhw
- Attachment bcfg2-1.1.0-fix-clients.patch added
comment:1 Changed 13 years ago by solj
- Owner changed from desai to solj
- Status changed from new to accepted
- Milestone changed from Bcfg2 1.1.1 Release (Bugfix) to Bcfg2 1.1.0 Release
comment:2 Changed 13 years ago by solj
- Status changed from accepted to closed
- Resolution set to fixed
Patch applied in [d58d650a4816021fb73309d4c41c22040d55cd67] (SVN r5861). Thanks!
Note: See
TracTickets for help on using
tickets.
Patch to fix