Changes between Version 21 and Version 22 of metadataworkflow
- Timestamp:
- 12/13/11 05:41:37 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
metadataworkflow
v21 v22 49 49 3. A default pair of metadata status change actions defined in Java - see the class org.fao.geonet.services.metadata.!DefaultStatusActions.java. The first change action is called when a status change is required. The default action taken depends on the status change taking place: 50 50 51 * 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 * 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. They can use the link supplied in the email to access the submitted records. 52 52 53 53 {{{ … … 68 68 }}} 69 69 70 * 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) 70 * 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). The email received by the metadata record owner looks like the following. Again, the link supplied in the email will allow the user to access the submitted records. 71 72 {{{ 73 74 }}} 75 71 76 72 77 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'.