when you go to admin/database/query and enter a query, in 4.6.x you see the results of the query, but in 4.7.x you do not.
i'll tackle this after i resolve the other problems, unless someone beats me to it.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | dba_4.7_query.patch.txt | 2.89 KB | dww |
Comments
Comment #1
robertdouglass commentedLooks like all that is needed is the following:
To block the page redirect.
Comment #2
dwwactually, a
$form['#redirect'] = false;is even cleaner/easier.however, while i was at it, i fixed this up again to:
a) restore the "Cancel" link
b) put the results in a fieldset
;)
Comment #3
jeremy commentedLooks good, please merge.
Comment #4
dwwcommitted to HEAD as revision 1.42.
Comment #5
(not verified) commented