Opened 5 years ago
Last modified 5 years ago
#19939 closed enhancement
[Patch] Replace ParentRelationLoadingTask by DownloadReferrersTask — at Initial Version
| Reported by: | GerdP | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 20.11 |
| Component: | Core | Version: | |
| Keywords: | Cc: | Don-vip, stoecker |
Description
We have two very 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 theReloadbutton 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.
Note:
See TracTickets
for help on using tickets.


