6.0.0-beta1
8/8/25

[#5469] Name_prefix and Pager are not defined in global attributes
Summary Name_prefix and Pager are not defined in global attributes
Queue Turba
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester tim (at) concussion (dot) cc
Created 06/16/2007 (6628 days ago)
Due
Updated 06/17/2007 (6627 days ago)
Assigned
Resolved 06/17/2007 (6627 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06/17/2007 01:53:07 AM Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
06/16/2007 11:51:13 PM tim (at) concussion (dot) cc Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Name_prefix and Pager are not defined in global attributes
Queue ⇒ Turba
Reply to this comment
Name_prefix and Pager are not defined in global attributes. (attributes.php)

This causes visible errors in Advanced search and column options.



Added the following to attributes.php to fix the problem



$attributes['name_prefix'] = array(

     'label' => _("Name Prefix"),

     'type' => 'text',

     'required' => false

);



$attributes['pager'] = array(

     'label' => _("Pager"),

     'type' => 'number',

     'required' => false,

);




Saved Queries