nilsteampassnet / TeamPass

Collaborative Passwords Manager
https://www.teampass.net
1.63k stars 532 forks source link

Empty select "folder" in items #4122

Closed manusfreedom closed 2 months ago

manusfreedom commented 3 months ago

Empty folder select in all call using pages/items.js.php

I corrected the problem by uncommenting (line 3544):

                    if (data.extra === "to_be_parsed") {
                        //data.html_json.folders = JSON.parse(data.html_json.folders);
                    }
manusfreedom commented 2 months ago

It works, it seems that passing a symbolic link from a folder to a real folder has broken our update process.