events, all-events: remove setting all_events param

parameter `all_events` has to be set in request now.
Previously the parameter has been set automatically depending on
template name.
This commit is contained in:
Milan
2024-06-01 15:23:15 +02:00
parent 5329313703
commit b0a56d7dfc
2 changed files with 0 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ if ( $0 =~ /all-events.*?\.cgi$/ ) {
my $config = config::getFromScriptLocation();
$params->{template} = '' unless defined $params->{template};
$params->{all_recordings} = 1 if $params->{template} =~ /events_playout/; # deprecated
$params->{exclude_event_images} = 1;
my $request = {

View File

@@ -17,7 +17,6 @@ if ( $0 =~ /events.*?\.cgi$/ ) {
my $config = config::getFromScriptLocation();
$params->{template} = '' unless defined $params->{template};
$params->{all_recordings} = 1 if $params->{template} =~ /events_playout/; # deprecated
$params->{exclude_locations} = 1;
$params->{exclude_projects} = 1;