Opened 12 years ago

Closed 12 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

  1. Create a feature source which contains two same-name classes (under different schema).
  2. Try to use schema report to view schema of feature source. Two feature classes are in the list.
  3. 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)

Fix 1863.patch (2.8 KB ) - added by sparkliu 12 years ago.
Fix patch

Download all attachments as: .zip

Change History (2)

by sparkliu, 12 years ago

Attachment: Fix 1863.patch added

Fix patch

comment:1 by sparkliu, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.