| Summary: | Url's contain spaces | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Chris Cormack <chris> |
| Component: | Cataloging | Assignee: | Owen Leonard <oleonard> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | PATCH-Sent (DO NOT USE) | CC: | gmcharlt |
| Version: | rel_3_2 | ||
| Hardware: | PC | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
Proposed fix
Proposed fix for 3.0.x |
||
|
Description
Chris Cormack
2010-05-21 01:05:26 UTC
Created attachment 2186 [details] [review] Proposed fix My investigation finds that the problem in Internet Explorer was not with the spaces in the URL but with the spaces in the "name" attribute of the pop-up window. Converting spaces to underscores allows the plugin links to work correctly. Push fix (note that patch had typo in bug number). Please test and close. Created attachment 2495 [details] [review] Proposed fix for 3.0.x |