Bug #49842
closedFAL: Storage is offline but is still used
100%
Description
Hello Core-Team,
I have programmed a driver for dropbox. It works well and I can add images to my content elements.
While driving train I don't have internet so I have a good environment for testing this scenario. But while editing a content element with an image from dropbox I get an exception that api.dropbox.com was not available. I think a little implementation for testing the connection before was a good start.
In the next step I have set my dropbox storage to Offline and filelist shows a non clickable Dropbox folder. This works very well, but when I edit my content element where an image from dropbox was implemented I get the exception again, that api.dropbox.com was not available. Further I see that method getPublic() was called. My Driver was set as non-public so why this method was called?!?!
I think FAL in filelist works very well, but the implementation to content element still needs some love.
Stefan