Opened 6 years ago
Last modified 6 years ago
#19121 closed enhancement
[Patch] JosmAction.checkAndConfirmOutlyingOperation() should also handle dataset without download area — at Version 1
| Reported by: | GerdP | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 20.05 |
| Component: | Core | Version: | |
| Keywords: | Cc: | Skyper |
Description (last modified by )
We have some actions (unglue, delete, join area) which call this method to ask for user confirmation with texts like
"You are about to delete nodes outside of the area you have downloaded."
This message doesn't cover the case that the user didn't donwload any area when e.g. an overpass query was used or maybe download object.
I think the text should be changed to
"You are about to delete nodes not inside any area you have downloaded."
and the test should be changed to detect the corresponding case.
Change History (2)
by , 6 years ago
| Attachment: | 19121.patch added |
|---|
comment:1 by , 6 years ago
| Cc: | added; removed |
|---|---|
| Description: | modified (diff) |
Note:
See TracTickets
for help on using tickets.



The dialog should probably be used by a lot more actions. In a later step I want to replace it by a dialog which asks the user if downloading more data is OK.
If you don't like the new text please suggest an alternative.