6.0.0-beta1
7/7/25

[#13328] Children field missing when adding new contact
Summary Children field missing when adding new contact
Queue Turba
Queue Version Git master
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester bennettj (at) johnbennettservices (dot) com
Created 07/07/2014 (4018 days ago)
Due
Updated 07/09/2014 (4016 days ago)
Assigned
Resolved 07/09/2014 (4016 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/09/2014 04:50:17 PM bennettj (at) johnbennettservices (dot) com Comment #4 Reply to this comment
object_children is not part of the default turba schema for 
localsql. It's NOT created via the migration scripts. If it exists 
in your database, it was added manually and you need to create the 
proper mappings in a backends.local.php file.
OK, thank you for this information.  It's been in my old horde 3.x 
install for a long time.  I don't remember adding it manually.

I'm sorry for the false report.  Please close this case.
07/09/2014 04:16:46 PM Michael Rubinsky Comment #3
State ⇒ Not A Bug
Version ⇒ Git master
Reply to this comment
object_children is not part of the default turba schema for localsql. 
It's NOT created via the migration scripts. If it exists in your 
database, it was added manually and you need to create the proper 
mappings in a backends.local.php file.
07/08/2014 03:59:07 AM bennettj (at) johnbennettservices (dot) com Comment #2 Reply to this comment

[Show Quoted Text - 14 lines]
That should be
         'children'          => 'object_children',
07/07/2014 05:16:06 PM bennettj (at) johnbennettservices (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Children field missing when adding new contact
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
With Turba 4.2RC, and 4.1.x,  the children field isn't shown when 
adding a new contact using localsql.  The table is created in mySQL, 
but Backends.php is missing

         'children'          => 'children',

around line 278, and in the tabs, array, Personal section, it's 
missing in the array.

I added it after anniversary.

These entries are both present in the Kolab section, and it doesn't 
appear to have been deprecated.

Saved Queries