-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish state of owned files/images not visible without reload #1294
Comments
Note: this should have been resolved by #1263 How are you seeing up the upload field for these models? |
The field is created here https://github.com/colymba/GridFieldBulkEditingTools/blob/1c5ae8a047d7763cfd27b7f6c36289fc83865d35/src/BulkUploader/BulkUploader.php#L242 BulkUploadFIeld is just an Extension on the normal UploadFIeld: Here is an example from another Project with a normal UploadField (asset-admin version 1.8.0):
|
Hmm okay. You said this happens when you don't use bulk uploader, can you please give an example of that instead? It should be simpler and therefore reduce the number of possible causes of this bug. |
That's the example from a project where I don't use BulkUploader, but a common UploadField Asset-Admin: 1.8.0 We have to do a reload for the state shown correctly and this happens in nearly every project I've been working on in SS4.
|
As mentioned, that should be fixed in asset-admin 1.10.3, and you've indicated that these examples are from an earlier version than that. Can you please try updating to asset-admin 1.10.3 or later and say whether that fixes the problem? |
Updated it to CMS 4.11 and assets-admin 1.11.2 and now it works. Thanks for your help :) |
Okay cool. I'm going to close this now. |
Hi everybody,
I'm using version 1.10.4 of the asset-admin module. There seems to be a bug, after uploading an image/file and hitting save the DRAFT state does not upload to PUBLISH in the CMS Backend, which should happen for fields which are list in the $owns-variable.
In this project we use Colymba\BulkUpload\BulkUploader, but the bug is also happening for common UploadFields too.
Here's how I set up my field and relation inside my class:
DownloadItemClass-File:
Thank you
The text was updated successfully, but these errors were encountered: