Modify ↓
Opened 6 years ago
Closed 6 years ago
#17540 closed defect (fixed)
[Patch] created_by is not changed when reverting multiple changesets
Reported by: | GerdP | Owned by: | GerdP |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin reverter | Version: | |
Keywords: | template_report | Cc: | simon04 |
Description
What steps will reproduce the problem?
- Revert multiple changesets
- Click upload
- Click continue upload if validator complains
- Click tab "Tags of the new changeset", note that created_by doesn't mention reverter
- Cancel the upload
What is the expected result?
Like with a revert of a single cs the created_by tag in the new changeset should contain reverter
(or maybe better reverter/<version>, see #12400)
What happens instead?
created_by doesn't contain "reverter"
Please provide any additional information below. Attach a screenshot if possible.
Build-Date:2019-03-29 07:16:37 Revision:14939 Is-Local-Build:true Identification: JOSM/1.5 (14939 SVN en) Windows 10 64-Bit OS Build number: Windows 10 Home 1803 (17134) Memory Usage: 541 MB / 1753 MB (383 MB allocated, but free) Java version: 1.8.0_191-b12, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Screen: \Display0 1920x1080 Maximum Screen Size: 1920x1080 VM arguments: [-agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:51250, -Dfile.encoding=UTF-8] Program arguments: [--debug] Plugins: + FastDraw (34949) + OpeningHoursEditor (34867) + apache-commons (34506) + buildings_tools (34904) + continuosDownload (82) + download_along (34869) + ejml (34389) + geotools (34513) + jaxb (34678) + jts (34524) + o5m (34867) + opendata (34911) + pbf (34867) + poly (34867) + reltoolbox (34867) + reverter (34946) + undelete (34919) + utilsplugin2 (34932) Last errors/warnings: - W: No configuration settings found. Using hardcoded default values for all pools.
Attachments (1)
Change History (4)
by , 6 years ago
Attachment: | 17540.patch added |
---|
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
The attached patch fixes this problem and partly reverts #12400 to add the plugin version again.