#9591 closed defect (fixed)
select selected members when opening relation editor
Reported by: | Polyglot | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.01 |
Component: | Core | Version: | |
Keywords: | relation editor | Cc: |
Description
Before, when a selection was made and the relation editor was opened, the selected members where selected in the relation editor as well. I used this functionality a lot, it saved me a lot of scrolling
Attachments (0)
Change History (5)
comment:1 by , 11 years ago
comment:3 by , 11 years ago
Previous call was more optimized but more but less bug-proof :)
(it used (MemberInfo) membershipData.getValueAt(row, 1)).role )
comment:4 by , 11 years ago
In 6746/josm:
I have restored (MemberInfo) membershipData.getValueAt(row, 1)).role but
removed strange "role=null" side-effecting line from getRoleString().
comment:5 by , 11 years ago
Milestone: | → 14.01 |
---|
I confirm this, but only for incomplete relations. Checking...