Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
bb97f3fd
Commit
bb97f3fd
authored
Sep 24, 2014
by
Martin Urban
Browse files
File: fix #1852
parent
cdb2b273
Changes
2
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file/static/js/base/actions.js
View file @
bb97f3fd
...
...
@@ -157,7 +157,6 @@ var FileBaseActions = Class.extend({
dfd
.
done
(
function
()
{
if
(
cut
)
{
self
.
removebool
=
false
;
self
.
remove
();
// delete cookie
$
.
removeCookie
(
"
vispaFile
"
,
{
path
:
"
/
"
...
...
vispa/remote/filesystem.py
View file @
bb97f3fd
...
...
@@ -305,8 +305,6 @@ class FileSystem(object):
target
=
self
.
handle_file_name_collision
(
fullsrc
.
split
(
os
.
sep
)[
-
1
],
path
)
fulltarget
=
os
.
path
.
join
(
path
,
target
)
logger
.
error
(
cut
)
logger
.
error
(
""
)
if
os
.
path
.
isdir
(
fullsrc
):
shutil
.
copytree
(
fullsrc
,
fulltarget
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment