remember orig_url properly in OPT so that viewlist knows if we were originall import or storage for GetEntries to continue the list

This commit is contained in:
2021-09-22 18:43:01 +10:00
parent d422fdf3ad
commit e07d6c462b
4 changed files with 10 additions and 18 deletions

View File

@@ -35,6 +35,7 @@ class Options(PA):
url = request.form['orig_url']
else:
url = request.path
self.orig_url=url
if 'files_sp' in url:
self.path_type = 'Storage'
self.paths = SettingsSPath()