symphonycms / symphony-3

Symphony 3.0 ftw
http://symphony-cms.com
MIT License
33 stars 18 forks source link

DS filter duplicator not showing field names #28

Open allen opened 14 years ago

allen commented 14 years ago

From Tony Arnold:

The filters aren't showing the real names of the fields for the current selected object - just the types.

allen commented 14 years ago

From Alistair:

Confirmed, however this is a JS bug since the field name is in the markup. So likely be something Rowan (or maybe Craig) will need to look at.

<li class="template"> 
    <span class="name">Article<em>Link</em></span>
    <div class="group"> 
        <label class="small">Type<select name="type">
            <option value="is">Is</option> 
            <option value="is-not">Is not</option>
        </select></label>
        <label>Value<input name="value" type="text">
            <input name="element-name" type="hidden" value="article">
        </label> 
    </div> 
</li>