EPrints Technical Mailing List Archive

Message: #01724


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

[EP-tech] {Disarmed} Aw: Tabs in Review section; Admin search




Gesendet: Mittwoch, 13. März 2013 um 16:17 Uhr
Von: "Thomas Lauke" <th.lauke@arcor.de>
An: marc_3278@gmx.de
Cc: eprints-tech@ecs.soton.ac.uk
Betreff: Aw: Tabs in Review section; Admin search
Hi Marc,

I haven't check your problems in detail, but considering https://github.com/eprints/eprints/issues/47 may be useful ...!?

Hth
Thomas

Hi Thomas,

thanks for you reply.  Yes, I think there is a connection.

What we need:
(1) In the Admin Search it is possible to search all documents wherever they are (User Workarea, Under Review, Live Archive, Retired) - that's fine because in the Review section it is only possible to filter (search) documents which are Under Review.
However the links on the results list of the Admin Search do not link to Review section (to edit a document).  They link to the Live Archive:
MailScanner has detected a possible fraud attempt from "3c.gmx.net" claiming to be http://demoprints.eprints.org/205
instead of
MailScanner has detected a possible fraud attempt from "3c.gmx.net" claiming to be http://demoprints.eprints.org/cgi/users/home?screen=EPrint::View&eprintid=205
(new in 3.3.11 ?)

(2) In the Review section we are missing the 'Details' tab, which was very helpfully for our daily work.
I've made a little change in User.pm - adding summary page for documents which are already in the Live Archive:

eprints/perl_lib/EPrints/DataObj/User.pm

<< snip >>
        "staff-view" =>
        [
                # still needs search tools

                "eprint/inbox/view",
                "eprint/inbox/summary",
                "eprint/inbox/export",
                "eprint/inbox/details",
                "eprint/inbox/history",

                "eprint/buffer/view",
                "eprint/buffer/summary",
                "eprint/buffer/export",
                "eprint/buffer/details",
                "eprint/buffer/history",

                "eprint/archive/view",
# 'summary' added:
                "eprint/archive/summary",
                "eprint/archive/export",
                "eprint/archive/details",
                "eprint/archive/history",

                "eprint/deletion/view",
                "eprint/deletion/summary",
                "eprint/deletion/export",
                "eprint/deletion/details",
                "eprint/deletion/history",

                "eprint/search/staff",
        ],
<< snap >>

BR
Marc.