Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bacula Community Edition
Bacula Community
Commits
49d63d7d
Commit
49d63d7d
authored
Dec 09, 2022
by
Marcin Haba
Browse files
baculum: Fix sources endpoint double results
parent
73574390
Changes
1
Hide whitespace changes
Inline
Side-by-side
gui/baculum/protected/API/Modules/SourceManager.php
View file @
49d63d7d
...
...
@@ -37,7 +37,7 @@ class SourceManager extends APIModule {
$limit
=
' LIMIT '
.
$limit_val
;
}
$where
=
Database
::
getWhere
(
$criteria
,
true
);
$sql
=
'SELECT
$sql
=
'SELECT
DISTINCT
sres.fileset, sres.client, sres.job, ores.starttime, ores.jobid, jres.jobstatus
FROM Job AS jres,
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment