Opened 12 years ago
Closed 11 years ago
#8863 closed enhancement (fixed)
dnd: reuse existing ids
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | DnD | Version: | 1.3.0b3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Presently the default creator overrides ids with ids guaranteed to be unique. It is done to make sure that only one element is returned later on, so no extra code to test this is needed.
Study the possibility of reusing the existing id.
Change History (3)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Milestone: | 1.4 → 1.5 |
---|
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [21952]) Added reuse of ids for DnD nodes, !strict, fixes #8863.