You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Xiaoyi Chen (JIRA)" <ji...@apache.org> on 2007/09/21 16:16:50 UTC

[jira] Created: (DIRSTUDIO-208) Move a folder of entries

Move a folder of entries
------------------------

                 Key: DIRSTUDIO-208
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-208
             Project: Directory Studio
          Issue Type: New Feature
          Components: studio-ldapbrowser
    Affects Versions: 1.0.1
            Reporter: Xiaoyi Chen


It should be possible to move a folder of entries, result of a search, or a set of entries more easily to another node of the DIT. Or have the possibility to select multiple entries without using the ctrl+click on each entry. Even with this, each entry is treated separately so it's really slow for more than a dozen of entries.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-208) Move a folder of entries

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann updated DIRSTUDIO-208:
--------------------------------------

    Assignee: Stefan Seelmann

The performance problem is fixed. We fired one event for each moved entry which caused too much UI updates. Now there is only one UI update fore each involved parent entry:
  http://svn.apache.org/viewvc?rev=691800&view=rev

The other improvemnts needs to be done. I would like to put a move action into the batch operation wizard.

> Move a folder of entries
> ------------------------
>
>                 Key: DIRSTUDIO-208
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-208
>             Project: Directory Studio
>          Issue Type: New Feature
>          Components: studio-ldapbrowser
>    Affects Versions: 1.0.1
>            Reporter: Xiaoyi Chen
>            Assignee: Stefan Seelmann
>
> It should be possible to move a folder of entries, result of a search, or a set of entries more easily to another node of the DIT. Or have the possibility to select multiple entries without using the ctrl+click on each entry. Even with this, each entry is treated separately so it's really slow for more than a dozen of entries.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.