-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix subget returning entries that are not actually subentries
A user can specify that an element must have a certain attribute to be considered a subentry. subget did not respect this, so when using it to find potential subentries, there could be entries in the list that should not be there (because they were missing the attribute). - also fix some linter warnings and a forgotten argument that could lead to an exception when getting an entry's history
- Loading branch information
Showing
2 changed files
with
63 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters