OP Software BugTracker

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000105 [OP SmartDesk] Staff Area trivial N/A 2010-04-01 12:45 2010-04-02 08:15
Reporter Crispin View Status public  
Assigned To ozanpakyuz
Priority normal Resolution fixed  
Status resolved   Product Version 2.0.3740
Summary 0000105: Spelling Mistake - Priority
Description 'Medium' spelt wrongly (meduim) in New Incident area as Staff Member.

Cheers
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000081)
ozanpakyuz (administrator)
2010-04-02 08:15

Medium or "meduim" is incorrect in the database table, as part of the next upgrade a script will be used to fix this.

If you want to go ahead and fix this now you can run the following fix from within the SQL Management Studio:

1 - Open SQL Management Studio
2 - Click Connect
3 - Click the [+] next to Databases
4 - Click on the [+] next to the OPSD database
5 - Click the [+] next to Tables
6 - Single left click to select tblpriority
7 - Top left of the Management Studio click on New Query
8 - Add the following line:

UPDATE tblpriority SET prioritytext = 'Medium' WHERE prioritytext = 'Meduim'

9 - Click on the execute button
10 - It should return the line "1 Row(s) affected"
11 - Close the Management studio as the fix is complete.

- Issue History
Date Modified Username Field Change
2010-04-01 12:45 Crispin New Issue
2010-04-02 08:15 ozanpakyuz Note Added: 0000081
2010-04-02 08:15 ozanpakyuz Assigned To => ozanpakyuz
2010-04-02 08:15 ozanpakyuz Status new => resolved
2010-04-02 08:15 ozanpakyuz Resolution open => fixed
2010-04-02 08:15 ozanpakyuz Projection none => tweak
2010-04-02 08:15 ozanpakyuz ETA none => < 1 day
2010-04-02 08:15 ozanpakyuz Fixed in Version => 2.0.3775
2010-04-02 08:15 ozanpakyuz Target Version => 2.0.3775



Copyright © 2006 - 2009 OP Software
Powered by Mantis Bugtracker