circles icon indicating copy to clipboard operation
circles copied to clipboard

Javascript error on 28

Open juliushaertl opened this issue 9 months ago • 4 comments

Likely related to the files 2 vue migration:

Uncaught TypeError: OCA.Files.FileList is undefined
    <anonymous> https://nextcloud.local/apps/circles/js/files/circles.files.list.js?v=7916aede-0:42
    <anonymous> https://nextcloud.local/apps/circles/js/files/circles.files.list.js?v=7916aede-0:306
[circles.files.list.js:42:36](https://nextcloud.local/apps/circles/js/files/circles.files.list.js?v=7916aede-0)
    <anonymous> https://nextcloud.local/apps/circles/js/files/circles.files.list.js?v=7916aede-0:42
    <anonymous> https://nextcloud.local/apps/circles/js/files/circles.files.list.js?v=7916aede-0:306

cc @ArtificialOwl

juliushaertl avatar Nov 07 '23 16:11 juliushaertl

Yep, needs an update for F2V compatibility

skjnldsv avatar Nov 07 '23 16:11 skjnldsv

Does this break access to files and dirs marked as favourites prior to the upgrade to 28 for anyone else?

benklaasen avatar Dec 27 '23 18:12 benklaasen

This also breaks access to selected files

mwinkens avatar Feb 05 '24 07:02 mwinkens

I see this error in 28.0.3 of Nextcloud after a recent update. It breaks UI things for file copy and move it seems. Other errors encountered are this one https://github.com/nextcloud/server/issues/43953 which seems to be merged but not in 28.0.3 - perhaps that is related ? I also see Error: Invalid owner type when using right click - Move or Copy which points to a variety of closed bugs.

Also : https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_28.html#removed-apis mentions : OCA.Files: Everything removed but Sidebar and Settings. See the Added API section for replacements.

There is no mention on how to replace the specific OCA.Files.FileList in that document as far as I can see.

VGerris avatar Mar 06 '24 12:03 VGerris