| Anonymous | Login | Signup for a new account | 2013-06-19 00:42 MDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000078 | [WoW Raid Manager (WRM)] Raid Creation Issues | major | always | 2011-12-29 08:30 | 2011-12-29 08:30 | |||||||
| Reporter | aorcsik | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | new | Product Version | 4.1.3 | |||||||||
| Summary | 0000078: Raids with hashmark in location cannot be deleted | |||||||||||
| Description |
The problem is that in the Raids list you use the location of the raid in the delete link. If that location has a hashmark in it, it breaks the link, making the deletion fail. It can be solved by adding urlencoding to the following lines of raids.php: 152. [...]&n='.urlencode($data['location']).'&[...] 182. [...]&n='.urlencode($data['location']).'&[...] 1597. [...]&n=".urlencode($n)."&[...] The last is needed since the confirmation page has the link too. |
|||||||||||
| Additional Information | The problem is present in version 4.2.1 too, but it cannot be selected in the Product Version dropdown. | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| There are no notes attached to this issue. |
| Copyright © 2000 - 2008 Mantis Group |