mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
Do not display (temporary) scope in report ref#300
This commit is contained in:
parent
22c295b51b
commit
349cac4a53
@ -39,7 +39,7 @@ class ReportType extends AbstractType
|
|||||||
->add('user')
|
->add('user')
|
||||||
->add('date', 'date',
|
->add('date', 'date',
|
||||||
array('required' => false, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
|
array('required' => false, 'widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
|
||||||
->add('scope')
|
//->add('scope')
|
||||||
->add('cFData', 'custom_field',
|
->add('cFData', 'custom_field',
|
||||||
array('attr' => array('class' => 'only-label'), 'group' => $options['cFGroup']))
|
array('attr' => array('class' => 'only-label'), 'group' => $options['cFGroup']))
|
||||||
;
|
;
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
<dl>
|
<dl>
|
||||||
<dt class="inline">{{ 'Personne'|trans }}</dt>
|
<dt class="inline">{{ 'Personne'|trans }}</dt>
|
||||||
<dd>{{ entity.person }}</dd>
|
<dd>{{ entity.person }}</dd>
|
||||||
<dt class="inline">{{ 'Scope'|trans }}</dt>
|
<!-- <dt class="inline">{{ 'Scope'|trans }}</dt>
|
||||||
<dd>{{ entity.scope }}</dd>
|
<dd>{{ entity.scope }}</dd> -->
|
||||||
<dt class="inline">{{ 'Date'|trans }}</dt>
|
<dt class="inline">{{ 'Date'|trans }}</dt>
|
||||||
<dd>{{ entity.date|date('d-m-Y') }}</dd>
|
<dd>{{ entity.date|date('d-m-Y') }}</dd>
|
||||||
<dt class="inline">{{ 'Agent'|trans }}</dt>
|
<dt class="inline">{{ 'Agent'|trans }}</dt>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user