Changes between Version 17 and Version 18 of metadataworkflow


Ignore:
Timestamp:
Dec 12, 2011, 6:07:31 PM (12 years ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • metadataworkflow

    v17 v18  
    4848 * A default pair of metadata status change actions defined in Java - see the class org.fao.geonet.services.metadata.!DefaultStatusActions.java
    4949   * The first change action is called when a status change is required. The default action taken depends on the status change taking place:
    50      * when an 'Editor' changes the state on a metadata record(s) from 'Draft' or 'Unknown' to 'Submitted', the Content Reviewers from the groupOwner of the record are informed of the status change via email
     50     * when an 'Editor' changes the state on a metadata record(s) from 'Draft' or 'Unknown' to 'Submitted', the Content Reviewers from the groupOwner of the record are informed of the status change via email which looks like the following:
     51
     52{{{
     53
     54Date: Tue, 13 Dec 2011 12:58:58 +1100 (EST)
     55From: Metadata Workflow <feedback@localgeonetwork.org.au>
     56Subject: Metadata records SUBMITTED by userone@localgeonetwork.org.au (User One) on
     57 2011-12-13T12:58:58
     58To: "reviewer@localgeonetwork.org.au" <Reviewer@localgeonetwork.org.au>
     59Reply-to: User One <userone@localgeonetwork.org.au.au>
     60Message-id: <1968852534.01323741538713.JavaMail.geonetwork@localgeonetwork.org.au>
     61
     62These records are complete. Please review.
     63
     64Records are available from the following URL:
     65http://localgeonetwork.org.au/geonetwork/srv/en/main.search?_status=4&_statusChangeDate=2011-12-13T12:58:58
     66
     67}}}
     68
    5169     * when a 'Content Reviewer' changes the state on a metadata record(s) from 'Submitted' to 'Accepted' or 'Rejected', the owner of the metadata record is informed of the status change via email AND the group 'All' is assigned all privileges except 'Editing' (ie. the record is publicly accessible)
    5270   * The second status change action is when a record is edited and saved by a user. The default action taken applies to any metadata record with status 'Approved' and resets the status to 'Draft' then removes the privileges for the !GeoNetwork group 'All'.