Merge pull request #22107 from dolibit-ut/patch-520

Update conferenceorboothattendee_note.php
This commit is contained in:
Laurent Destailleur 2022-09-07 13:07:19 +02:00 committed by GitHub
commit aad900c8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
*/ */
/** /**
* \file conferenceorboothattendee_note.php * \file htdocs/eventorganization/conferenceorboothattendee_note.php
* \ingroup eventorganization * \ingroup eventorganization
* \brief Tab for notes on ConferenceOrBoothAttendee * \brief Tab for notes on ConferenceOrBoothAttendee
*/ */
@ -42,6 +42,7 @@
//if (! defined('CSRFCHECK_WITH_TOKEN')) define('CSRFCHECK_WITH_TOKEN', '1'); // Force use of CSRF protection with tokens even for GET //if (! defined('CSRFCHECK_WITH_TOKEN')) define('CSRFCHECK_WITH_TOKEN', '1'); // Force use of CSRF protection with tokens even for GET
//if (! defined('NOBROWSERNOTIF')) define('NOBROWSERNOTIF', '1'); // Disable browser notification //if (! defined('NOBROWSERNOTIF')) define('NOBROWSERNOTIF', '1'); // Disable browser notification
// Load Dolibarr environment // Load Dolibarr environment
$res = 0; $res = 0;
// Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined) // Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined)
@ -77,7 +78,7 @@ dol_include_once('/eventorganization/class/conferenceorboothattendee.class.php')
dol_include_once('/eventorganization/lib/eventorganization_conferenceorboothattendee.lib.php'); dol_include_once('/eventorganization/lib/eventorganization_conferenceorboothattendee.lib.php');
// Load translation files required by the page // Load translation files required by the page
$langs->loadLangs(array("eventorganization@eventorganization", "companies")); $langs->loadLangs(array('eventorganization', 'companies'));
// Get parameters // Get parameters
$id = GETPOST('id', 'int'); $id = GETPOST('id', 'int');
@ -105,6 +106,7 @@ if ($id > 0 || !empty($ref)) {
$upload_dir = $conf->eventorganization->multidir_output[$object->entity]."/".$object->id; $upload_dir = $conf->eventorganization->multidir_output[$object->entity]."/".$object->id;
} }
// Permissions
$permissionnote = $user->rights->eventorganization->conferenceorboothattendee->write; // Used by the include of actions_setnotes.inc.php $permissionnote = $user->rights->eventorganization->conferenceorboothattendee->write; // Used by the include of actions_setnotes.inc.php
$permissiontoadd = $user->rights->eventorganization->conferenceorboothattendee->write; // Used by the include of actions_addupdatedelete.inc.php $permissiontoadd = $user->rights->eventorganization->conferenceorboothattendee->write; // Used by the include of actions_addupdatedelete.inc.php