#11647 closed defect (fixed)
Regression: relation list empty
Reported by: | malenki | Owned by: | team |
---|---|---|---|
Priority: | critical | Milestone: | 15.08 |
Component: | Core | Version: | |
Keywords: | regression relation | Cc: | michael2402, bastiK |
Attachments (4)
Change History (13)
Changed 8 years ago by
Attachment: | 2015-07-04_125309_scr.png added |
---|
comment:1 Changed 8 years ago by
Keywords: | regression relation added |
---|---|
Milestone: | → 15.07 |
comment:3 Changed 8 years ago by
Priority: | major → critical |
---|
r8551 maybe? I don't see what's wrong right now, can you please have a look?
comment:4 Changed 8 years ago by
setActiveLayer(...) was not firing the edit layer change listeners even if the edit layer was also changed. This is why the relation editor never got updated. I attached a patch that fixes this.
comment:5 Changed 8 years ago by
The patch doesn't apply to HEAD (r8567).
(Integer flags are fine, but EnumSet
would be more self-documenting.)
Changed 8 years ago by
Attachment: | 0001-Made-setActiveLayer-fire-the-edit-layer-change-liste.patch added |
---|
comment:6 Changed 8 years ago by
Thanks for pointing that out. I tested it against the current git head, it should merge now.
I also added a patch to change the flags to enum flags (apply after the first one)
Changed 8 years ago by
Attachment: | 0002-MapView-Use-enum-set-instead-of-integer-flags.2.patch added |
---|
Changed 8 years ago by
Attachment: | 0002-MapView-Use-enum-set-instead-of-integer-flags.patch added |
---|
JOSM with relations loaded and one selected but not showing them in the relation list