]> wagnertech.de Git - timetracker.git/blobdiff - cf_custom_field_add.php
Fixed team update when team name is empty.
[timetracker.git] / cf_custom_field_add.php
index 1d293d37733af8d3f5b76d2b630838a32eafb823..2eba5b56f404d557111a8f71c73f47cccd3846ca 100644 (file)
@@ -50,7 +50,7 @@ $form->addInput(array('type'=>'combobox','name'=>'type',
   'data'=>array(CustomFields::TYPE_TEXT=>$i18n->getKey('label.type_text'),
                 CustomFields::TYPE_DROPDOWN=>$i18n->getKey('label.type_dropdown'))
 ));
-$form->addInput(array('type'=>'checkbox','name'=>'required','data'=>1,'value'=>'0'));
+$form->addInput(array('type'=>'checkbox','name'=>'required'));
 $form->addInput(array('type'=>'submit','name'=>'btn_add','value'=>$i18n->getKey('button.add')));       
 
 if ($request->isPost()) {