As in the subject, this patch allows to see the node language on autocomplete results.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | nodequeue-autocompletelang-1649172-9.patch | 2.09 KB | jenlampton |
| #4 | nodequeue-autocompletelang-1649172-1.patch | 1.99 KB | paolomainardi |
| #3 | nodequeue-autocompletelang-1649172-1.patch | 1.99 KB | paolomainardi |
| #1 | nodequeue-1649172-1.patch | 2.27 KB | paolomainardi |
Comments
Comment #1
paolomainardi commentedComment #3
paolomainardi commentedAnother try.
Comment #4
paolomainardi commentedNeeds review
Comment #5
paolomainardi commentedUp
Comment #6
paolomainardi commentedup
Comment #7
paolomainardi commentedUp
Comment #8
nils.destoop commentedAdd a check plain around $node->language in the autocomplete result, and all is ok.
Comment #9
jenlamptonIsn't
$node->languagea system-defined value? Is there a way that could be user-provided and unsafe? Attached patch check-plains it anyway. :)Comment #10
paolomainardi commentedThanks @jenlampton