Limit group view to direct entries
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ func (s *State) VisibleEntries() ([]vault.Entry, error) {
|
||||
}
|
||||
|
||||
if s.Section == SectionEntries {
|
||||
return model.EntriesUnderPath(s.CurrentPath), nil
|
||||
return entriesInPath(model.Entries, s.CurrentPath), nil
|
||||
}
|
||||
if s.Section == SectionRecycleBin || len(s.CurrentPath) == 0 {
|
||||
return entries, nil
|
||||
|
||||
Reference in New Issue
Block a user