Fix static user refs

This commit is contained in:
Jake Barnby
2025-08-19 23:13:47 +12:00
parent 64fd27ee06
commit 6f170fdb6d
3 changed files with 7 additions and 7 deletions
@@ -26,11 +26,11 @@ abstract class Action extends AppwriteAction
if (str_contains($path, '/tablesdb/')) {
$this->context = ROWS;
}
// Use the same helper method to ensure consistency
$contextId = '$' . $this->getCollectionsEventsContext() . 'Id';
$this->removableAttributes = ['$databaseId', $contextId];
return parent::setHttpPath($path);
}