Project

General

Profile

Actions

Bug #9947

open

Unwanted error message if missing 'typeAheadSqlPrefetch'

Added by Carsten Rose about 4 years ago. Updated about 4 years ago.

Status:
Priorize
Priority:
Normal
Assignee:
Carsten Rose
Target version:
Start date:
23.01.2020
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

Hat ein Feld ein typeahead, und wird ein bestehender Record geladen und ist kein 'typeAheadSqlPrefetch' definiert: dann erscheint beim tippen 'missing typeAheadSqlPrefetch'.

Das macht bei key/value translation noch Sinn, bei reinen 'Value' Betrieb ist das ueberfluessig.

typeAheadSql = SELECT m.location FROM Meeting AS m WHERE m.location LIKE ? GROUP BY m.location ORDER BY m.location  LIMIT 40
typeAheadSqlPrefetch = SELECT m.location FROM Meeting AS m WHERE m.location LIKE ? LIMIT 1
typeAheadMinLength = 1

Actions

Also available in: Atom PDF