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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user