You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my field type, Ansel, I use a native file picker dialog. And we recently fixed a related bug, but now that it's partially working, I've discovered more bugs.
In this bug, if there are no files/images present in the source directory, and there is no file field, the dialog never shows "no results found" It only continues to show "loading" with the loader behind it. See screenshot.
Since I have uploads enabled, it should show a "drop file(s) here to upload" screen. When I include a native file field in the channel's fields, it works properly. See screenshot where I've added a file field to the fields in the channel:
The text was updated successfully, but these errors were encountered:
@bryannielsen@Yulyaswan As of ExpressionEngine 7.2.0 DP 14, which, as far as I can tell, has the commits referenced in the MR that fix this, I'm still seeing this same behavior. I have to have a native file field on the entry page in order for the file picker to behave correctly.
If these commits aren't in DP 14 please let me know. I did a compare against the tag and it looked like they were in there.
In my field type, Ansel, I use a native file picker dialog. And we recently fixed a related bug, but now that it's partially working, I've discovered more bugs.
In this bug, if there are no files/images present in the source directory, and there is no file field, the dialog never shows "no results found" It only continues to show "loading" with the loader behind it. See screenshot.
Since I have uploads enabled, it should show a "drop file(s) here to upload" screen. When I include a native file field in the channel's fields, it works properly. See screenshot where I've added a file field to the fields in the channel:
The text was updated successfully, but these errors were encountered: