allow ZS edit for everyone

This commit is contained in:
2025-12-05 09:12:10 +00:00
parent 292748248b
commit 300aa5381a
3 changed files with 24 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ if (
$r = $db->fetchByAssoc ( $rows );
if($r['id']!='')$can_edit=false;
$edit->ss->assign("CAN_EDIT", $can_edit);
$edit->ss->assign("CAN_EDIT", true);
$edit->ss->assign("CREATED_BY_NAME", $focus->created_by_name);
$edit->ss->assign("MODIFIED_BY_NAME", $focus->modified_by_name);