Bug #1140
closedBetter delimit results of certification request so they are more readable
0%
Description
The certification request now gets emailed in this format:
--------------------------
VegBank Administrator: The following user has requested a certification change
with the following
details: Email: test Sur Name: test Given Name: test Phone Number: test Phone
Type: unknown Current Cert
Level: 1 Requested Cert Level: 2 Highest Degree: 0 Degree Year: Degree Isnt:
test Current Inst: test
Current Position: test ESA Memeber: no Prof. Experience: test Relevant Pubs:
test Veg Sampling Exp: test
Veg Analaysis Exp: test USNVC Exp: test VegBank Experience: test Intended VB
Use: test Plot DB/Tools
Exp: test nvcExpRegionA: US/CAN - NE nvcExpVegA: 1 nvcExpFloristicsA: 1
nvcExpNVCA: 1 esaSponsorNameA:
test esaSponsorEmailA: test esaSponsorNameB: test esaSponsorEmailB: test
nvcExpRegionB: --no other
regions-- nvcExpVegB: 1 nvcExpFloristicsB: 1 nvcExpNVCB: 1 nvcExpRegionC: --no
other regions--
nvcExpVegC: 1 nvcExpFloristicsC: 1 nvcExpNVCC: 1 peerReview: null
additionalStatements: test
---------------------------------------
It would be better to add a carriage return (or at least a consistent delimiter)
before each field label, ie:
--------------------------
VegBank Administrator: The following user has requested a certification change
with the following
details:
Email: test
Sur Name: test
Given Name: test
Phone Number: test
Phone Type: unknown
Current Cert Level: 1
Requested Cert Level: 2
Highest Degree: 0
Degree Year:
Degree Isnt: test
Current Inst: test
Current Position: test
ESA Memeber: no
Prof. Experience: test
Relevant Pubs: test
Veg Sampling Exp: test
...
----------------------------