EPrints Technical Mailing List Archive

Message: #07068


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] Andrew Beeken <anbeeken@lincoln.ac.uk>


Hmm, it looks like title should be getting set by default, but isn't. I've tested this by creating a new user and the review fields they can see are:

Item ID, Item Type, Last Status Change, Depositing User

While the review_fields definition is: $data->{review_fields} = [ "status_changed", "title", "type", "userid" ];

I'm guessing that this can be overwritten somewhere, or is there another possibility why this might not be getting picked up?
	

-----Original Message-----
From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Andrew Beeken
Sent: 05 January 2018 10:11
To: eprints-tech@ecs.soton.ac.uk
Subject: Re: [EP-tech] Andrew Beeken <anbeeken@lincoln.ac.uk>

Ah! User fields! I was looking for a value in eprints_fields! Thanks, Thomas!

-----Original Message-----
From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of th.lauke@arcor.de
Sent: 05 January 2018 10:00
To: eprints-tech@ecs.soton.ac.uk
Subject: [EP-tech] Andrew Beeken <anbeeken@lincoln.ac.uk>

Hi Andrew,

please configure Eprints/archives/repoID/cfg/cfg.d/user_fields_default.pl or alike as you like before the user will be introduced:
         # Default columns shown in Items and Editorial Review screens
        $data->{items_fields} = [ "lastmod", "title", "type", "eprint_status" ];
        $data->{review_fields} = [ "status_changed", "title", "type", "userid" ];

Hth
Thomas
*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** Archive: http://www.eprints.org/tech.php/
*** EPrints community wiki: http://wiki.eprints.org/
*** EPrints developers Forum: http://forum.eprints.org/

[TEF Gold]<http://www.lincoln.ac.uk/opendays>

The University of Lincoln, located in the heart of the city of Lincoln, has established an international reputation based on high student satisfaction, excellent graduate employment and world-class research.

The information in this e-mail and any attachments may be confidential. If you have received this email in error please notify the sender immediately and remove it from your system. Do not disclose the contents to another person or take copies.

Email is not secure and may contain viruses. The University of Lincoln makes every effort to ensure email is sent without viruses, but cannot guarantee this and recommends recipients take appropriate precautions.

The University may monitor email traffic data and content in accordance with its policies and English law. Further information can be found at: http://www.lincoln.ac.uk/legal.

*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** Archive: http://www.eprints.org/tech.php/
*** EPrints community wiki: http://wiki.eprints.org/
*** EPrints developers Forum: http://forum.eprints.org/