#23072 closed defect (fixed)
Unable to add selection from locked layer
Reported by: | Owned by: | Gnonthgol | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin todo | Version: | |
Keywords: | Cc: |
Description
Hi,
after a HOT Tasking Manager update, a boundary layer is loaded in josm locked. In this state, selection can't be added to TODO.
There is a discussion https://github.com/hotosm/tasking-manager/issues/5996
Steps to reproduce this issue: load lockedLayer.osm in JOSM. Use search tool with the query 'type:way'. This selection can't be added.
When I open .osm file in text editor and remove locked='true' or set the attribute to false, selection can be added to todo.
Attachments (1)
Change History (5)
by , 22 months ago
Attachment: | lockedLayer.osm added |
---|
comment:1 by , 22 months ago
I think we can probably change the buttons to be enabled when we can get data from getActiveDataLayer()
or getActiveDataset()
instead of getEditLayer()
.
comment:3 by , 22 months ago
I can confirm, that the fix is working. I've replaced .jar file on my local computer and now I'm able to add selection from the locked layer. Thank you very much for such quick response.
comment:4 by , 22 months ago
You shouldn't have had to replace the jar file manually -- it takes ~10 minutes for the plugin list to pick up the new jar file.
file to reproduce this issue