This repository has been archived by the owner on May 3, 2021. It is now read-only.
error when moving photo to album #220
Labels
bug
Something isn't working
JS - Lychee-Front
JavaScript related see https://github.com/LycheeOrg/Lychee-front
Milestone
Detailed description of the problem
When viewing a single photo, it is not possible to move the photo to an album using the folder icon in the context menu.
Moving a single or even multiple photos from the album view works well.
Steps to reproduce the issue
Console shows an error:
TypeError: callback is not a function main.js:1764:12
I did a bit of debugging and found, that when using the folder icon in photo view, the "callback" parameter of
contextmenu.move
isnull
, although it is set in the caller. As i'm not that familiar with JS, i have no clue where to look.Browser and system
Manjaro Linux and Firefox 65.0.1
Windows 8.1 and IE11
The text was updated successfully, but these errors were encountered: