Loading...
 
Skip to main content

Possible wrong feedback diplayed when you access an item from a tracker for whom the field is an itemlink from a group selector field

Status
Closed
Subject
Possible wrong feedback diplayed when you access an item from a tracker for whom the field is an itemlink from a group selector field
Version
29.x
Category
  • Bug
  • Easy for Newbie Dev
Feature
Group
Trackers
Resolution status
Won't Fix
Submitted by
Bernard Sfez / Tiki Specialist
Lastmod by
Bernard Sfez / Tiki Specialist
Rating
(0)
Description

In a Tiki 29 I use groups for member of the same team.
In a trackerA I set a group selector field1 to select from which group is a contact.
In a trackerB I have an itemlink field2 that display and link to the trackerA field1.

On a wiki page I display information on a plugin list from the trackerB.
The information is displayed but I can also see a feedback from the lib/core/Tracker/Field/GroupSelector.php, a warning on ther top of the page.

Copy to clipboard
} elseif (empty($includedGroups) && ! $perms->admin_trackers) { // user not in any of the required groups, use the global default $group and warn $defGroup = $group; Feedback::warning(tr('User not in any of the required groups for GroupSelector field'));


For some reason displaying the tracker field2 is running this code and display an error where there is none.

Solution
Workaround
Importance
5
Easy to solve?
5
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
8859
Created
Monday 03 November, 2025 12:14:39 UTC
by Bernard Sfez / Tiki Specialist
LastModif
Wednesday 19 November, 2025 10:36:18 UTC


Show PHP error messages