Hi Guys,
Think I've found a bug here:
Scenario: An asset creator with say two chooseable asset types and metadata schemas applied at the asset builder details screen so that the metadata values can be submitted on asset creation.
Problem: If one of the fields is a metadata date type, there seems not to be an asset type identifier on the name or of the field, which means that for both assets they id and name are identical.
All other metadata fields will be something like name="metadata_field_select_[asset id goes here]_pdf_file_[field name]". On the date fields they are name-metadata_field_date_[asset id goes here]_datetimevalue_d". Note that name and id are the same in both cases.
This means that on the page that there are two fields with the same id which fails HTML validation (and therefore accessibility). I haven't tested submitting with these replicated fields yet, but I suspect the result will provide intermittent results.
Chris