Commit fed43ce1 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(ogroup) Add foreignKey on owner DN

issue #5799
Showing with 3 additions and 0 deletions
+3 -0
...@@ -194,6 +194,9 @@ class ogroup extends simplePlugin ...@@ -194,6 +194,9 @@ class ogroup extends simplePlugin
array('terminalGeneric'), array('terminalGeneric'),
array('phoneGeneric'), array('phoneGeneric'),
array('printGeneric'), array('printGeneric'),
),
'owner' => array(
array('user'),
) )
), ),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment