Hallo,

zu 1) ja, ist so. Die Abfragen sind so programmiert.
zu 2) Habe ich eben in forge eingetragen:
It works when you change the Filter-Template. This is the modified 
category-Filter, working with a simple select field:

{namespace jobfair=Dan\Jobfair\ViewHelpers}
<div class="form-group tx_jobfair tx_jobfair_filter_item" 
id="tx_jobfair_filter_item_category">
   <div class="col-sm-3 control-label">
       <label><f:translate key="tx_jobfair_domain_model_job.category" default="{field}" 
/></label>
   </div>
<div class="col-sm-5 tx_jobfair-filter-content"> <input name="tx_jobfair_pi1[filter][categories]" value="" type="hidden">
       <f:form.select
id="categories" options="{categories}" name="filter[categories][]" multiple="false" value="{filter.categories.0.uid}" optionValueField="uid" optionLabelField="name" prependOptionValue="0" prependOptionLabel="{f:translate(key:'emptySelect')}" additionalAttributes="{onChange : 'document.filter.submit();'}" class="form-control tx_jobfair-filter-select">
           <select><option>###dummy###</option></select>
       </f:form.select>
   </div>
</div>

Gruß am Abend,
Martin
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an