Merge remote-tracking branch 'calcms/master'

* events, all-events: remove setting all_events param
* events: always set utc fields
This commit is contained in:
www-data
2024-06-01 15:30:31 +02:00
3 changed files with 31 additions and 82 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;