Open Emil9798 opened 9 months ago
There are folders that normally display parent folder. There are folders that write undefined why ?
????????
Helllpppp
@nilsteampassnet ????????????????????????
I have found that logging out, clearing the caches, closing it all, and reopening it works when this error pops up.
its not work to me this also happens when I want to add a new folder
It also happens to me. Clearing browser cache worked for me
@nilsteampassnet Hellp
I have the same problem, I clear the browser cache, but after a while the problem repeats teampass version 3.1.1.74
I have the same problem, I clear the browser cache, but after a while the problem repeats teampass version 3.1.1.74
yes!, after a while, error appears again
@nilsteampassnet @sjsarg
Apart from this issue, I have one more problem. After creating elements, the login field is saved, but the password field is not saved.
Hi! We have this issues too. Our installation comes from the latest 2 version.
But we realized that only happens to users is in users groups, it won't let us create sub-folders (although edit permissions are set), or edit some passwords.
Once changed user role to "Manager", everything works fine. Maybe it's a role issue?
@Emil9798 I could reproduce (at least I think) and proposed a fix in a commit performed today.
It could be that #4129 contains the screencast of the problem.
I had the same problem when I was going to add a new item. I fixed the problem by modifying a function in JavaScript that loads the folders.
Version: 3.1.1 File: teampass/pages/items.js.php Line: 351
// load list of visible folders for current user
$(this).delay(500).queue(function() {
refreshVisibleFolders(true); // line 351, add true
$(this).dequeue();
});