Merge lp://staging/~pickscrape/bundlebuggy/escape_quotes_on_my_todo_page into lp://staging/bundlebuggy
Proposed by
Russ Brown
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~pickscrape/bundlebuggy/escape_quotes_on_my_todo_page |
Merge into: | lp://staging/bundlebuggy |
Diff against target: | None lines |
To merge this branch: | bzr merge lp://staging/~pickscrape/bundlebuggy/escape_quotes_on_my_todo_page |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley | Pending | ||
Review via email: mp+4211@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 366. By Russ Brown
-
Escape quotes in submitters when searching for user requests
A colleague (who has an apostrophe in his name) today discovered that the "My Todo" tab would crash for him with a backtrace.
This branch fixes the problem by escaping apostrophes in the submitter name before it is passed into the querying objects. A better fix would involve parameterization, but my available time limited the amount of framework learning I could do in order to get this working.
Hope this is of use.