bareos: bareos-19.2 6ec9b548

Author Committer Branch Timestamp Parent
frank frank bareos-19.2 2020-02-06 16:25 bareos-19.2 a02e80fa Pending
Affected Issues  0001174: reversed sort order on the restore client selection
Changeset webui: Fix sorting of job selection in restore module

A recent bconsole command change in the getClientBackups method
of the client model lead to a wrong population of the backup job
selection to choose from in the restore module.

To fix this issue the population of the backup job selection list is
still done by the getClientBackups method but with the proper bconsole
command as it has been before.

The client details action now calls the getClientJobs method of the
client model to get a job list with all status instead a list of
successful backup jobs only.

Fixes 0001174: reversed sort order on the restore client selection
mod - webui/module/Client/src/Client/Controller/ClientController.php Diff File
mod - webui/module/Client/src/Client/Model/ClientModel.php Diff File
mod - webui/module/Client/view/client/client/details.phtml Diff File