partial implementation of first_eid, last_eid -- I think the vals work -- they do for searches anyway, but not stored in pa_user_state yet

This commit is contained in:
2022-01-25 00:48:14 +11:00
parent 65ebfe2d31
commit 08ca9b4e74
7 changed files with 182 additions and 69 deletions

View File

@@ -46,6 +46,8 @@ class States(PA):
self.path_type=''
self.url = request.path
self.view_eid = None
self.first_eid = 0
self.last_eid = 0
print( f"States() - path={request.path}, ref={request.referrer}" )