ox-it / ords

Automatically exported from code.google.com/p/ords
0 stars 0 forks source link

Project Admin can't create main from test #794

Closed thestoat closed 8 years ago

thestoat commented 8 years ago

Selenium discovered. As a project admin, make changes to a test database and then set that as main. You will see a success message but under the covers it fails.

This is because the code

  1. renames the main db (as backup) - can't since the admin user doesn't own the database
  2. issues the create main db command - can't since it already exists (since it hasn't been renamed!)
thestoat commented 8 years ago

Should now be fixed