Opened 15 years ago
Closed 15 years ago
#1157 closed defect (fixed)
"\n" displayed in refresh panel of Feature Source Editor when error happened.
Reported by: | christinebao | Owned by: | Christine Bao |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | General | Version: | 2.0.2 |
Severity: | minor | Keywords: | |
Cc: | Jenny He | External ID: | 1280378 |
Description
Reported by Autodesk QA:
Steps:
- New Connection -> SQL Server
- Service: acrdmapdb1, user/pwd: sa/sa
- Refresh
Results:
Warning message displayed in the panel, but the newline is "\n". Please refer to the attached screen shot.
Expected results:
Warning message should display as design.
Attachments (2)
Change History (6)
by , 15 years ago
Attachment: | message_in_refresh_panel.PNG added |
---|
comment:1 by , 15 years ago
by , 15 years ago
Attachment: | SchemaReportError.patch added |
---|
comment:2 by , 15 years ago
Attach patch https://trac.osgeo.org/mapguide/attachment/ticket/1157/SchemaReportError.patch for fixing this defect. Please review.
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks Chris for reviewing. Commit the patch for fixing this defect.
Note:
See TracTickets
for help on using tickets.
The error message returned from server contains "\n" as new line symbol, and it should be converted into "<br>" to represent a new line in HTML page, otherwise "\n" will be displayed unexpectedly.