🚀 Release: CorePlan v1.0.3 Community Edition

This commit is contained in:
root
2026-08-27 11:42:11 +02:00
parent 6d2345041d
commit 37d356b09e
2 changed files with 4 additions and 4 deletions
-1
View File
@@ -23,7 +23,6 @@ function handleGetProjects() {
$role = $_SESSION['role'] ?? 'user';
$userId = $_SESSION['user_id'];
// BUGFIX: Normale User sehen nur Projekte, die ihnen zugewiesen sind!
if ($role === 'admin' || $role === 'pm') {
$stmt = $pdo->query("
SELECT p.*, u.username as assigned_username,