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 |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
http://cvs.horde.org/co.php?r=1.49&f=turba%2Fconfig%2Fattributes.php.dist
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Name_prefix and Pager are not defined in global attributes
Queue ⇒ Turba
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,
);