Opened 5 years ago
Closed 4 years ago
#19425 closed defect (fixed)
Regression: remote control started asking acceptance for each addition
Reported by: | tomas | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.07 |
Component: | Core remotecontrol | Version: | |
Keywords: | regression | Cc: |
Description
It used to be that when adding a new node via remote control:
/add_node?lon=xxxx&lat=yyyy&addtags=tagname=tagvalue
JOSM was asking if I want to accept all or selected tags. And on first display of this dialog it was possible to put a checkbox saying that I want to accept all tags for this domain automatically.
For some time (a month?) this checkbox has no influence: Upon adding a second and other points checkbox is not displayed in the acceptance dialog again, but I have to accept (press a button) all changes manually.
STEPS TO REPRODUCE:
- Download some data.
- Use remote control to add a node with some tags.
- JOSM displays acceptance dialog. Check the checkbox and press accept all values.
- Use remote control to add another node with some tags (probably on a different spot).
- JOSM displays acceptance dialog and you have to press "accept" manually.
EXPECTED RESULTS:
It is expected that on step 5 JOSM simply adds a node without asking (without displaying a dialog).
INFO:
JOSM 16538, Java 1.8.0_252 (OpenJDK on Fedora linux), http link.
P.S. It would be nice to be able to set a domain for which I would never ever have to accept manually. This way I could add my domain as "safe".
Usable link: http://localhost:8111/add_node?lon=12.3&lat=45.6&addtags=foo=bar
Regression of r16328