sync attributes on pull.
pull/63/head
noud 2012-11-19 09:13:08 +01:00
parent d3cf89660b
commit 8f70b7ce9e
1 changed files with 4 additions and 0 deletions

View File

@ -201,6 +201,8 @@ class ServersController extends AppController {
break;
case 'This Community-only':
$event['Event']['Attribute'][$i]['private'] = true;
$event['Event']['Attribute'][$i]['cluster'] = false;
$event['Event']['Attribute'][$i]['communitie'] = false;
$event['Event']['Attribute'][$i]['distribution'] = 'Your organization only';
break;
case 'Connected communities':
@ -221,6 +223,8 @@ class ServersController extends AppController {
break;
case 'This Community-only':
$event['Event']['Attribute']['private'] = true;
$event['Event']['Attribute']['cluster'] = false;
$event['Event']['Attribute']['communitie'] = false;
$event['Event']['Attribute']['distribution'] = 'Your organization only';
break;
case 'Connected communities':