mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	class cf-fields for form construction close #363
This commit is contained in:
		| @@ -41,7 +41,7 @@ class ReportType extends AbstractType | ||||
|                 array('required' => true, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy')) | ||||
|             //->add('scope') | ||||
|             ->add('cFData', 'custom_field',  | ||||
|                 array('attr' => array('class' => 'only-label'), 'group' => $options['cFGroup'])) | ||||
|                 array('attr' => array('class' => 'cf-fields'), 'group' => $options['cFGroup'])) | ||||
|         ; | ||||
|     } | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user