Hello everybody.
I have a problem restoring an item in Dspace 7.6.1.
I am exporting the item using the command: /dspace packager -d -t AIP -e <eperson> -i <handle> <file-path>
The item is restricted, has the field DISCOVERABLE of ITEM table field set to false.
When restoring this same item with the command: /dspace packager -r -f -u -t AIP -e <eperson> <file-path>, the item is restored correctly, with the exception of the field DISCOVERABLE of ITEM table field, which is restored as true.
I did the same test exporting an item from dspace 6 (Oracle) to dspace 7.6.1 (PostgreSQL) and the problem also occurs.
Aroldo