Posted
on May 29, 2009
(permalink)
In previous version, I modified the ImageEditorDialog to automatically select a default upload folder based on the users role.
unfortunately with the latest sitefinity (3.6sp2) by default, the provider matches the library to the user NAME, and if not found, automatically selects the FIRST library regardless of what it is.
I don't want my users dumping all of their images because they neglect to change the library (and believe me, they will) so I want to be able to control which library is selected based on their role.
unfortunately, the SelectedLibrary property is a PRIVATE variable in the ImageEditorDialog control, so I have no way of overriding the default behavior described above.
Please consider changing this in the next version, and if there is ANY WAY to work around this, please let me know, because we really need this feature back...