Re: [Dspace-tech] Move an item to another collection

2013-01-08 Thread Andrea Schweer
Hi Thomas,

On 09/01/13 08:24, Thomas Misilo wrote:
 I am trying to move an item in one of our collections, however no
 collections show up. In fact this line is the select, and it is self
 closed:

  

 select xmlns:i18n=http://apache.org/cocoon/i18n/2.1;
 xmlns=http://di.tamu.edu/DRI/1.0/;
 id=aspect_administrative_item_MoveItemForm_field_collectionID
 class=ds-select-field name=collectionID title=Select the
 collection you wish to move this item to. /


That select probably lists only eligible collections. If I remember
right then you need ADD permissions for the destination collection to
move an item (ADMIN permissions of the collection or one of its parents
should also work). Do you have ADD or ADMIN permissions for at least one
other collection?

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Move an item to another collection

2013-01-08 Thread Thomas Misilo

-Original Message-
From: Andrea Schweer [mailto:schw...@waikato.ac.nz] 
Sent: Tuesday, January 08, 2013 3:44 PM
To: dspace-tech@lists.sourceforge.net
Cc: Thomas Misilo
Subject: Re: [Dspace-tech] Move an item to another collection

Hi Thomas,

On 09/01/13 08:24, Thomas Misilo wrote:
 I am trying to move an item in one of our collections, however no 
 collections show up. In fact this line is the select, and it is self
 closed:

  

 select xmlns:i18n=http://apache.org/cocoon/i18n/2.1;
 xmlns=http://di.tamu.edu/DRI/1.0/;
 id=aspect_administrative_item_MoveItemForm_field_collectionID
 class=ds-select-field name=collectionID title=Select the 
 collection you wish to move this item to. /


That select probably lists only eligible collections. If I remember right then 
you need ADD permissions for the destination collection to move an item (ADMIN 
permissions of the collection or one of its parents should also work). Do you 
have ADD or ADMIN permissions for at least one other 
collection?


Andrea, I am an admin over all collections.




--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Move an item to another collection

2013-01-08 Thread Andrea Schweer
Hi Thomas,

On 09/01/13 11:47, Thomas Misilo wrote:
 On 09/01/13 08:24, Thomas Misilo wrote:
 I am trying to move an item in one of our collections, however no 
 collections show up. In fact this line is the select, and it is self
 closed:

  

 select xmlns:i18n=http://apache.org/cocoon/i18n/2.1;
 xmlns=http://di.tamu.edu/DRI/1.0/;
 id=aspect_administrative_item_MoveItemForm_field_collectionID
 class=ds-select-field name=collectionID title=Select the 
 collection you wish to move this item to. /


 That select probably lists only eligible collections. If I remember right 
 then you need ADD permissions for the destination collection to move an item 
 (ADMIN permissions of the collection or one of its parents should also 
 work). Do you have ADD or ADMIN permissions for at least one other 
 collection?
 Andrea, I am an admin over all collections. 

The code that generates the select specifically looks at ADD
permissions. Could you try explicitly giving yourself ADD permissions
for a collection (that your item currently _isn't_ in) to see whether
this collection then shows up in the select?

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Move an item to another collection

2013-01-08 Thread Thomas Misilo
Hi Thomas,

On 09/01/13 11:47, Thomas Misilo wrote:
 On 09/01/13 08:24, Thomas Misilo wrote:
 I am trying to move an item in one of our collections, however no 
 collections show up. In fact this line is the select, and it is self
 closed:

  

 select xmlns:i18n=http://apache.org/cocoon/i18n/2.1;
 xmlns=http://di.tamu.edu/DRI/1.0/;
 id=aspect_administrative_item_MoveItemForm_field_collectionID
 class=ds-select-field name=collectionID title=Select the 
 collection you wish to move this item to. /


 That select probably lists only eligible collections. If I remember right 
 then you need ADD permissions for the destination collection to move an item 
 (ADMIN permissions of the collection or one of its parents should also 
 work). Do you have ADD or ADMIN permissions for at least one other 
 collection?
 Andrea, I am an admin over all collections. 

The code that generates the select specifically looks at ADD
permissions. Could you try explicitly giving yourself ADD permissions
for a collection (that your item currently _isn't_ in) to see whether
this collection then shows up in the select?


Andrea, 

I was able to figure it out. What happened was their was actually only one 
collection. The other couple of collections were created as sub communities 
instead.

Thanks!

Tom


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette