Modify ↓
#19939 closed enhancement (fixed)
[RFC] [Patch] Replace ParentRelationLoadingTask by DownloadReferrersTask
Reported by: | GerdP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 20.11 |
Component: | Core | Version: | |
Keywords: | Cc: | Don-vip, stoecker |
Description (last modified by )
We have two very different classes which can download the parents of a relation:
DownloadReferrersTask
(used in Dialog forDownload parent ways/relations...
action and also in theDownload object...
action)ParentRelationLoadingTask
(only used in relation editor for theReload
button in the parents tab, found no plugin that uses it
For the first one we have a unit test, and it is frequently used. The second one is probably rarely used.
The patch implements the changes to replace the class and removes ParentRelationLoadingTask.
Attachments (1)
Change History (8)
Changed 3 years ago by
Attachment: | 19939.patch added |
---|
comment:1 Changed 3 years ago by
Cc: | Don-vip stoecker added |
---|---|
Milestone: | → 20.10 |
Summary: | [Patch] Replace ParentRelationLoadingTask by DownloadReferrersTask → [RFC] [Patch] Replace ParentRelationLoadingTask by DownloadReferrersTask |
comment:2 Changed 3 years ago by
Description: | modified (diff) |
---|
comment:4 follow-up: 5 Changed 3 years ago by
I searched the plugin sources and the *.jar files in dist directory and found no plugin using it. Is there another good way to verify?
comment:5 Changed 3 years ago by
Note: See
TracTickets for help on using
tickets.
Is it OK to simply remove a class that was in use since r1856? Or should it first be deprecated?