Priority: Normal
Current State: Closed
Released In: n/a
Target Release:
The "formfield accessors" format in DBQUERY such as
@Ref.Headline
suddenly stopped working after upgrade to
DBCachePlugin ver. 5.44 and
DBCacheContrib ver. 3.01.
LynnwoodBrown - 16 Dec 2013
--- lib/Foswiki/Plugins/DBCachePlugin/WebDB.pm (revision 17170)
+++ lib/Foswiki/Plugins/DBCachePlugin/WebDB.pm (working copy)
@@ -472,6 +472,7 @@
if ($thePath =~ /^@([^\.]+)(.*)$/) {
my $first = $1;
my $tail = $2;
+ $tail =~ s/^\.//;
--
MichaelDaum - 16 Dec 2013