Bookmark SQL command not possible (editAreaLoader is not defined)

Bug #1084602 reported by Heart
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
chive
New
Undecided
Unassigned

Bug Description

When I enter a manual SQL command and click "run" button below I get my result shown above.

But when I now click the "bookmark" button NOTHING happens. Firefox error console shows:

Fehler: ReferenceError: editAreaLoader is not defined
Quelldatei: http://mydomains.de/chive/schema/mydb#tables/test/sql
Zeile: 1

Revision history for this message
MyCo (myco) wrote :

Had the same problem here. I've searched through the whole project and haven't found a declaration for "editAreaLoader" so I changed this part in "protected/views/global/browse.php":

(editAreaLoader ? editAreaLoader.getValue('query') : $('#query').val())

to that:

$('#query').val()

and now it works.

Revision history for this message
Heart (h-trader) wrote :

Thanks myco, looking good after your changes here too.

Revision history for this message
EVAN (chief725) wrote :

Thanks. Problem solved.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.