Skip to content

Version 1.48.0

Compare
Choose a tag to compare
@kjolley kjolley released this 12 Sep 15:03
· 4 commits to develop since this release

This version adds optional placeholder text to search fields in isolate queries. You can add placeholder text for any of the fields defined in config.xml by setting the placeholder attribute, e.g.

<field type="text" required="no" length="50" maindisplay="no" comments="region inside country" placeholder="e.g. Oxfordshire">region</field>

Placeholder text can also be set for sparse fields, scheme fields, LIN codes, and LIN code fields by setting the placeholder value in the appropriate table - (in the admin interface):

image

Full Changelog: v_1.47.3...v_1.48.0