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
When deleting media, widgets that use that media do not know they are now empty #1381
Comments
|
similar to #847 |
|
Talk to me about how they are attempting to figure out they are empty and
why it doesn't cut it?
It's true that any join can fail for a variety of reasons and return less
stuff than you thought you'd picked — so our code that utilizes the results
of a join must base its decisions on what actually winds up in `._images`
or whatever.
…On Wed, May 16, 2018 at 5:03 PM, Stuart Romanek ***@***.***> wrote:
similar to #847 <#847>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1381 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB9fciCzIAl8hmniCSwvM2tbJDJw2t5ks5tzJQTgaJpZM4UCBxT>
.
--
*THOMAS BOUTELL, CHIEF SOFTWARE ARCHITECT*
P'UNK AVENUE | (215) 755-1330 | punkave.com
|
|
Hm .. like if you had a slideshow of many images and then you delete one out of the media library, the rest would soldier on and that would be good, right? A simple enhancement would be to give our house |
|
This is a good first issue. Hint: don't try to implement "this was recently deleted," that is quite difficult. Instead, just edit |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
I have a fix for this pending in PR #3040. Hopefully this issue will be ready to close once that PR is reviewed. |



This creates broken UI when there both no placeholder and no image. Perhaps some kind of 'this was recently deleted' message when revisiting the affected field?
The text was updated successfully, but these errors were encountered: