Schemas cannot be reopened in certain situations.

Bug #407206 reported by David Baucum
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GWDB
Confirmed
Medium
David Baucum

Bug Description

If a schema is opened and the user either clicks to another tab and then back, or the connection is closed and then reestablished, then it is not possible to open the schema back up.

Changed in gwdb:
assignee: nobody → DavidBaucum (maxolasersquad)
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
David Baucum (maxolasersquad) wrote :

The clickable schema object is given the ID dbname.schemaname. The first time it is clicked an ajax call is made to get the list of tables and add them as children to the schema on the tree. A flag is set so that this action is not repeated on subsequent clicks. If the tab is closed it still remembers this flag. If the user clicks on to another tab and then back the contents are reset and the flag is remembered. In both of these cases it will not try again upon further clicks to draw the tables again.
I think the best way to fix this is to prepand a unique hash to the ID that will be unique. To fix the problem of clicking out of the tab and then back in https://bugs.launchpad.net/gwdb/+bug/407204 needs to be resolved.

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.