Merge pull request #5209 from christianbeeznest/displayorder-tools3

Session: Set default access in session creation mode to 'By Date'
pull/5210/head
christianbeeznest 9 months ago committed by GitHub
commit f79d23b380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      public/main/session/session_add.php

@ -82,7 +82,7 @@ function search_coachs($needle)
$urlAction = api_get_self();
$session = null;
$fromSessionId = null;
$accessSelected = 0;
$accessSelected = 1;
if (isset($_GET['fromSessionId'])) {
$fromSessionId = (int) $_GET['fromSessionId'];
$session = api_get_session_entity($fromSessionId);

Loading…
Cancel
Save