Opened 13 years ago
Closed 13 years ago
#1863 closed defect (fixed)
schema report can't view latter class properties if there are two classes with same name
Reported by: | sparkliu | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
- Create a feature source which contains two same-name classes (under different schema).
- Try to use schema report to view schema of feature source. Two feature classes are in the list.
- Try to expand data properties of the second one. You'll find the data properties of first one is expanded instead.
This is because the page only uses class name as ID so it will cause a problem when duplicate name exists. Fix uses schema ID as well.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | Fix 1863.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix patch