View Issue Details

IDProjectCategoryView StatusLast Update
0000862Main CAcert Websitemiscpublic2013-01-10 16:04
ReporterINOPIAE Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status needs workResolutionopen 
Summary0000862: Extra field to enter assuarnace place and time on page for the reminder mail to an assuree
DescriptionWhen sending a reminding mail to an assuree that is not
found in the system, add text field to enter the event and
place where the assurance took place and forward this with the reminder mail.
TagsNo tags attached.
Reviewed by
Test Instructions

Activities

Uli60

2011-08-23 02:50

updater   ~0002326

process starts with
/pages/wot/5.php
and continues with
/www/wot.php
parameters:
oldid = id (5)
submit -> reminder="<?=_("Send reminder notice")?>">
line 52 ff.
if($oldid == 5 && array_key_exists('reminder',$_POST) && $_POST['reminder'] != "")
  incl. reset vars
    $id = $oldid;
    $oldid=0;

the trigger in form is the reminder = "Send reminder notice"
no addtl. form, exec of trigger is to prepare and send an email to assuree only
location and date is not yet stored in the database, so therefor no location and date can be added into the email

Issue History

Date Modified Username Field Change
2010-09-08 16:48 INOPIAE New Issue
2011-08-23 02:50 Uli60 Note Added: 0002326
2013-01-10 16:04 Werner Dworak Status new => needs work