IvanSCM
IvanSCM
This construction does not work: ```php public function createComponentGrid(): DataGrid { // ... $grid->onRedraw[]= [$this, 'onRedrawGrid']; } public function onRedrawGrid() { // ... if ($this->isAjax()) { $grid->getPresenter()->redrawControl('externalSnippet'); } } ```
``` DEFAULT_FILE_STORAGE = 'swift.storage.SwiftStorage' SWIFT_AUTH_URL = 'https://auth.selcdn.ru/v1' SWIFT_USERNAME = 'dn' SWIFT_PASSWORD = 'dd' SWIFT_CONTAINER_NAME = 'media' SWIFT_STATIC_BASE_URL = None ``` model `photo = models.ImageField(upload_to='')` and form `photo = forms.ImageField()` and...