phpGroupWare - Bugs: bug #23398, undefined index when adding custom...
You are not allowed to post comments on this tracker with your current authentication level.
bug #23398: undefined index when adding custom fields
Submitter: | jason king <pizzathief> | ||
Submitted: | Wed 28 May 2008 12:58:27 AM UTC | ||
Item Group: | None | Category: | API - Admin |
Severity: | 3 - Normal | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Component Version: | None | Operating System: | GNU/Linux - Debian |
Reproducibility: | Once | Planned Release: | None |
Fixed Release: |
Attached Files
file #15778: bug-23398 added by pizzathief (1KiB - application/octet-stream - patch that checks for custom_fields and custom_org_fields for testing)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2008-06-02 | pizzathief | Attached File | - | ![]() |
Added bug-23398, #15778 |
In administration -> address book -> edit custom fields , when you add a new field and press submit , you get the following errors:
!ERROR Notice: Undefined index: custom_fields in /path/to/phpgroupware/addressbook/inc/class.uifields.inc.php at line 491
!ERROR Notice: Undefined index: custom_org_fields in /path/to/phpgroupware/addressbook/inc/class.uifields.inc.php at line 581
After the first time , you can add new fields without errors.