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 the photo upload page:
When I create an album the entries in the album drop-down list, the list gets replaced with all of the albums in the gallery. This is not the intended behaviour because it now shows albums which the user cannot modify or add to.
The list is okay before I add an album. The quickest solution at the moment is to refresh the page. But that isn't the best solution.
Upon further investigation I found out that when the album is created the drop-down list is replaced with the full list of albums in the gallery using the JSON API (ws.php?format=json&method=pwg.categories.getList).
I don't know if the above information helps, but I presume some sort of filtering needs to happen after the album is created. Similar to how the photo upload page is loaded initially. And obviously the community plugin is linked with this.
The text was updated successfully, but these errors were encountered:
Yes this is a known problem and we can keep this ticket open until it's really fixed.
My plugin tries to replace session data generated by Piwigo and the community plugin. However, when the new album is created it seems that my plugin can't do the same thing. I should take a look at the Piwigo code.
In the mean time, after creating new album you (and your users) may reload the page and it will be ok.
In the photo upload page:
When I create an album the entries in the album drop-down list, the list gets replaced with all of the albums in the gallery. This is not the intended behaviour because it now shows albums which the user cannot modify or add to.
The list is okay before I add an album. The quickest solution at the moment is to refresh the page. But that isn't the best solution.
Upon further investigation I found out that when the album is created the drop-down list is replaced with the full list of albums in the gallery using the JSON API (
ws.php?format=json&method=pwg.categories.getList
).I don't know if the above information helps, but I presume some sort of filtering needs to happen after the album is created. Similar to how the photo upload page is loaded initially. And obviously the community plugin is linked with this.
The text was updated successfully, but these errors were encountered: