Skip to content

Commit

Permalink
[backend] make withevr=1 work for DoD repos
Browse files Browse the repository at this point in the history
We forgot to declare the parameter in the AJAX dispatch list.
  • Loading branch information
mlschroe committed Apr 28, 2023
1 parent afb06ec commit 0ae1739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_srcserver
Expand Up @@ -7802,7 +7802,7 @@ my $dispatches_ajax = [
'/build/$project/_result oldstate:md5? view:resultview* repository* arch* package* code:*' => \&getresult,
'/build/$project/$repository/$arch package* view:?' => \&getpackagelist_build,
'/build/$project/$repository/$arch/$package/_log nostream:bool? last:bool? lastsucceeded:bool? start:intnum? end:num?' => \&getlogfile,
'/build/$project/$repository/$arch/$package_repository view:? binary:filename* nometa:bool? nosource:bool? withmd5:bool? module* withccache:bool?' => \&getbinarylist,
'/build/$project/$repository/$arch/$package_repository view:? binary:filename* nometa:bool? nosource:bool? withmd5:bool? module* withccache:bool? withevr:bool?' => \&getbinarylist,
'/getbinaries $project $repository $arch binaries: nometa:bool? raw:bool? now:num? module*' => \&worker_getbinaries,
'/getbinaryversions $project $repository $arch binaries: nometa:bool? now:num? module* withevr:bool?' => \&worker_getbinaryversions,
'/lastevents $filter:* start:num? obsname:?' => \&lastevents,
Expand Down

0 comments on commit 0ae1739

Please sign in to comment.