Loading...
 
Skip to main content

PluginDBreport

Status
Closed
Subject
PluginDBreport
Version
8.x
9.x
Category
  • Error
Feature
Wiki Plugin (extends basic syntax)
Resolution status
Invalid
Submitted by
jstotz
Lastmod by
Ushindi Gedeon
Rating
(0)
Description

When using field names with text for group titles, only the last part of the string is used. For example
GROUP project_name "AAA project_name ZZZ":H1
If the project name is "upgrade system", the group title should be "AAA upgrade system ZZZ" Instead I get "ZZZ"
Using: GROUP project_name "AAA project_name":H1 I get "upgrade system"

It looks like the parser that is separating text literals from field names is discarding all but the last one.

Edit 16 Jul 2012 Also broken in v9.0

Solution
Fix the code so it is able to substitute in the actual field contents in the specified field and concatenate it together with other fields and other text pieces.
Workaround
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4252
Created
Thursday 21 June, 2012 22:51:02 UTC
by jstotz
LastModif
Saturday 04 July, 2026 20:45:41 UTC


Show PHP error messages