mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 08:50:42 +00:00
Add Missing clientEnforcement in various modals, already handled on POST also add client selection in edit trip and enforce client permissions on trips
This commit is contained in:
@@ -28,6 +28,8 @@ $location_contact_id = intval($row['location_contact_id']);
|
||||
$client_id = intval($row['location_client_id']);
|
||||
$location_primary = intval($row['location_primary']);
|
||||
|
||||
enforceClientAccess();
|
||||
|
||||
// Tags
|
||||
$location_tag_id_array = array();
|
||||
$sql_location_tags = mysqli_query($mysqli, "SELECT * FROM location_tags WHERE location_id = $location_id");
|
||||
|
||||
Reference in New Issue
Block a user