Loading...
 
Skip to main content

On the experiment with plugin list the items are stacked when you add a fields paramater

Status
Open
Subject
On the experiment with plugin list the items are stacked when you add a fields paramater
Version
29.x
Category
  • Bug
  • Easy for Newbie Dev
Feature
Administration
Trackers
Resolution status
New
Submitted by
Bernard Sfez / Tiki Specialist
Volunteered to solve
Joseph Ushindi
Lastmod by
Ushindi Gedeon
Rating
(0)
Description

On tiki29 a new fields parameter was added, see: https://doc.tiki.org/PluginList#Additional_parameter
This addition work well.

However I've noticed a visual issue when you use the debug template.
To reproduce, login and go to : https://dev.tiki.org/tiki-pluginlist_experiment.php

And test the following, without the fields parameter. It should look as expected.

Copy to clipboard
{LIST()} {filter field="tracker_id" content="5"} {filter field="tracker_status" content="c"} {output(template="debug"} {LIST}


Adding the fields parameter and you will see all output object stacked one on each other.

Copy to clipboard
{LIST()} {filter field="tracker_id" content="5"} {filter field="tracker_status" content="c"} {select fields="tracker_status"} {output(template="debug"} {LIST}
Solution
Workaround
Importance
2
Easy to solve?
5
Priority
10
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
8862
Created
Thursday 06 November, 2025 11:08:32 UTC
by Bernard Sfez / Tiki Specialist
LastModif
Friday 07 November, 2025 09:23:05 UTC


Show PHP error messages