current, first_eid, last_eid now work for Flat view of Paths, folder view next

This commit is contained in:
2022-01-27 17:06:31 +11:00
parent 55724ccd59
commit 07b339f5ab
3 changed files with 39 additions and 16 deletions

View File

@@ -148,7 +148,7 @@ class States(PA):
u=PAUser.query.filter(PAUser.dn==current_user.dn).one()
self.grouping=u.default_grouping
self.how_many=u.default_how_many
self.offset="0"
self.offset=0
self.size=u.default_size
if self.path_type == "View":
self.root='static/' + self.orig_ptype