Bug #7896
closedpicture_widget.php
100%
Description
Hi everyone,
First of all, thanks a bunch for such an effort you put on developing this awesome application. While, I was testing a clean install I stumbled upon the following.
1) Click on + sign to add the Picture windget.
2) The widget appears on the Dashboard
3) Click on the blue link 'Picture' and the picture_widget.php is being downloaded.
Is this intentionally or it escaped your attention?
What works is this: Once a first upload has taken place and I'd click again on the 'Picture' link, the recent uploaded file would be downloaded. So apparently the widget wants to have something uploaded before you can click on the link and get the desired result.
Maybe it's not a bug and my apologies for that, if so please see if this can be fixed.
Updated by Anonymous about 7 years ago
- Assignee changed from Jim Pingle to Anonymous
Updated by Anonymous about 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset dc91c9490a61c374b4358a3a328019f3e0e150ab.
Updated by Jim Pingle about 7 years ago
- Status changed from Feedback to Assigned
- Target version set to 2.4.3
If you save the widget with no picture, it makes a link that says "picture" and that still has the original problem.
The picture tag is in the configuration for the widgets, but it has no other settings.
<picture-0> <descr><![CDATA[Picture]]></descr> </picture-0>
It should probably detect that case and still present the form as if there was no picture.
Updated by Anonymous about 7 years ago
- Status changed from Assigned to Feedback
Applied in changeset 00fc2d5eeec0954052e54e7da3aa601c0570cfc8.
Updated by Jim Pingle about 7 years ago
- Status changed from Feedback to Resolved
- Target version changed from 2.4.3 to 2.4.2
Looks good now, thanks!