Merge remote-tracking branch 'calcms/master'
* events, all-events: remove setting all_events param * events: always set utc fields
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user