Closed SunboX closed 14 years ago
Seems like FCDirector doesn´t set correct User ID. Schould be rewritten with better url handling. Nested URLs are neccessary, but first introduced with SS 2.4. :( We should write new ULRs like this:
current url:
/galleries/new-gallery/{user-id}
suggested new url:
/profile/{user-id}/galleries/new-gallery/
Does also not work for ordinary users in own galleries
Ok, got it... user-id is set after gallery is created instead of gallery id. So redirect to image upload form fails because of invalid id.
fixed with 589c62bcc1d98d0d1f402c7431e36d6b8a0ed8dd
Bug when logged in administrator tries to add a new gallery for another user in frontend.