See http://cgit.drupalcode.org/bootstrap/tree/templates/system/textfield.fun...
* Overrides theme_textfield().
*/
function bootstrap_textfield($variables) {
...
if ($element['#autocomplete_path'] && drupal_valid_path($element['#autocomplete_path'])) {
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | bootstrap-7.x-3.x-update_theme_textfield_to_core_7.39-2566541-3.patch | 1.14 KB | tucho |
| #3 | bootstrap-7.x-3.0-update_theme_textfield_to_core_7.39-2566541-3.patch | 1.21 KB | tucho |
Comments
Comment #2
markhalliwellComment #3
tuchoI attach two patches with the updates from version 7.39 of the Drupal core.
One for dev version (7.x-3.x) and another for the stable version (7.x-3.0).
Comment #6
markhalliwellComment #7
markhalliwell@neardark, can you see if there is any actionable items on this issue for 8.x?
Comment #8
markhalliwellI doubt this will be an issue in 8.x. If it is, we can re-open.