Item12698: Formfield accessors not working in release 5.44

pencil
Priority: Normal
Current State: Closed
Released In: n/a
Target Release:
Applies To: Extension
Component: DBCacheContrib, DBCachePlugin
Branches: trunk
Reported By: LynnwoodBrown
Waiting For:
Last Change By: MichaelDaum
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

 
Topic revision: r3 - 16 Dec 2013, MichaelDaum
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy