fixed BUG-114 -> only show path-specific existing options in movedbox. Added test doc to read to TODO
This commit is contained in:
5
files.py
5
files.py
@@ -815,9 +815,10 @@ def GetExistingPathsAsDiv(dt):
|
||||
ret+= '{ '
|
||||
ret+= '"prefix":"' + bits[0] + '-", '
|
||||
if len(bits)>1:
|
||||
ret+= '"suffix":"' + bits[1] + '"'
|
||||
ret+= '"suffix":"' + bits[1] + '", '
|
||||
else:
|
||||
ret+= '"suffix":"''"'
|
||||
ret+= '"suffix":"''", '
|
||||
ret += '"ptype": "'+dir.in_path.type.name+'"'
|
||||
ret+= ' } '
|
||||
first_dir=0
|
||||
ret+= ' ]'
|
||||
|
||||
Reference in New Issue
Block a user