Ticket #1 (closed defect: fixed)
Names in the object model are not canconicalised
| Reported by: | rgammans | Owned by: | |
|---|---|---|---|
| Priority: | major | Keywords: | Attributes model backend |
| Cc: |
Description (last modified by rgammans) (diff)
Attribute and category names are not canonicalised before being used so the backend may allow multiple different versions of the same attribute.
eg.
>>> obj["attr"]="w" >>> obj["Attr"]="W" >>> str(obj["attr"]) 'w' >>> str(obj["Attr"]) 'W'
Where Attr and attr should reference the same attribute in the model.
Change History
Note: See
TracTickets for help on using
tickets.
