Opened 11 years ago

Closed 11 years ago

#2265 closed defect (worksforme)

Maestro copy contents of folder instead of the folder

Reported by: hm Owned by: jng
Priority: low Milestone: Maestro-4.0-maintenance
Component: Maestro Version:
Severity: trivial Keywords:
Cc: External ID:

Description

Using Maestro 4.0.4, if I right click and copy a folder and past it somewhere else, the folder is not copied but the contents of the folder is.

e.g.

I have folders: test

+featuresources +layers +maps

test2 I right click the test folder, choose copy and right click test2 and click paste. I would then expect the folder tree under test2 to look like this:

test2

+test

+featuresources +layers +maps

But instead the tree looks like this: test2

+featuresources +layers +maps

Best regards

Hans Milling...

Change History (4)

comment:1 by jng, 11 years ago

Is this similar to #2107?

comment:2 by hm, 11 years ago

Perhaps related, but where the other issue is about the parent folder is also copied, this issue it is the opposite, that the folder copied is not copied, only sub items.

comment:3 by hm, 11 years ago

Just to clarify as the line breaks were destroyed in the original issue text, we have this folder structure:

+ test
  + featuresources
  + layers 
  + maps
+ test2

Copy test folder into test2 folder, result in test2 folder to look like this:

+ test2
  + featuresources
  + layers 
  + maps

Where I believe if the copy should work like any other file copy, it should look like this:

+ test2
  + test
    + featuresources
    + layers
    + maps

comment:4 by jng, 11 years ago

Resolution: worksforme
Status: newclosed

I get the expected result on 4.0.x HEAD

Note: See TracTickets for help on using tickets.