Hello, some time ago I updated a repository from 3.2 to 5.5 and everything was working fine until I tested some embargoed items.
I use this config: #### Embargo Settings #### # DC metadata field to hold the user-supplied embargo terms embargo.field.terms = dc.embargo.terms # DC metadata field to hold computed "lift date" of embargo embargo.field.lift = dc.embargo.lift # string in terms field to indicate indefinite embargo embargo.terms.open = forever # implementation of embargo setter plugin - replace with local implementation if applicable plugin.single.org.dspace.embargo.EmbargoSetter = org.dspace.embargo. DefaultEmbargoSetter # implementation of embargo lifter plugin - - replace with local implementation if applicable plugin.single.org.dspace.embargo.EmbargoLifter = org.dspace.embargo. DefaultEmbargoLifter Then I realized the dc.embargo.lift field it's computed correctly but *the bitstreams are still available to everyone.* Running ./dspace embargo-lifter -a manually seems to apply the restrictions. I think this is not the correct behavior. How to do this automatically? Thank you. Javier T. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
