| Anonymous | Login | Signup for a new account | 2010-09-10 02:06 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 | |||||||
| 0000063 | [WoW Raid Manager (WRM)] Database Error | tweak | always | 2008-11-14 09:44 | 2009-01-27 13:52 | |||||||
| Reporter | crocodille | View Status | public | |||||||||
| Assigned To | douglasw | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | HEAD | |||||||||
| Summary | 0000063: Hunter icon not displayed in raid view | |||||||||||
| Description |
This is due to a wrong entry in the database. Can be fixed by updating the *column_headers table with UPDATE [databasename].[wrmprefix]column_headers SET img_url = "images/classes/hunter_icon.gif" WHERE column_name = "Hunter"; Also the database creation script (install/database_schema/install/install.sql) has to be changed in line 62 from VALUES (NULL , 'raids1', 'Hunter', '1', '9', 'images/classes/hunter.gif'); to VALUES (NULL , 'raids1', 'Hunter', '1', '9', 'images/classes/hunter_icon.gif'); Patch file is attached and can be applied to the tree with "git am patchfile" |
|||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files |
|
|||||||||||
|
|
||||||||||||
| There are no notes attached to this issue. |
| Copyright © 2000 - 2008 Mantis Group |