- Create var/log in Dockerfile (fixes Symfony logging in prod)
- Add www-data to docker group (fixes docker CLI access for health/deploy)
- Remove obsolete /var/www/maintenance/* dirs (volumes mount app dirs directly)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
API Platform's default sub-resource POST was replacing instead of adding.
Custom processor with read:false + Link + manual persist fixes this.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use toProperty + identifiers instead of fromProperty to resolve
application slug correctly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
thrownewNotFoundHttpException(sprintf('Application "%s" not found.',$slug));
}
$data->setApplication($application);
$this->entityManager->persist($data);
$this->entityManager->flush();
return$data;
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.