FSN#39651: PLATO Logging/tracking.

svn path=/Website/trunk/; revision=34273
This commit is contained in:
Maykel Geerdink
2017-06-15 07:41:17 +00:00
parent 6c580c5f90
commit e5561d8fd2
6 changed files with 125 additions and 55 deletions

View File

@@ -228,6 +228,12 @@ function scf_ROFIELDTR(model, fld, val, key, params)
else if (typeof txt == "date" || txt instanceof Date)
txt = toDateString(txt);
}
else if ("infoPointer" in field)
{
infoPointer = field.infoPointer;
infoPointer.Url += val;
infoPointer.Title += val;
}
if (field.iscurrency)
txt = safe.curr(txt);