Page 1 of 1

Db Changes not undone on undo checkout

Posted: September 14th, 2022, 10:56 am
by CathyC
Working in an old version, there was a PD bug caused by the below steps:
  1. Create a project, check out a table, add a column
  2. Promote to QA, so the new column exists in DV/QA
  3. undo checkout, delete project
  4. Create new project, depends on the same table column added, which is still there, so the new project doesnt need to add it, works in DV/QA
  5. Promote project to PD, where the old project never made it, so the table column was never created there. feature fails in PD
Is this still a problem in the latest version?

Re: Db Changes not undone on undo checkout

Posted: September 16th, 2022, 4:08 pm
by SteveCap
DB Changes do not get undone when you undo checkout. Task #10802 has been created.

Re: Db Changes not undone on undo checkout

Posted: December 29th, 2022, 10:54 am
by CathyC
In writing documentation, Jeff and I created a configuration but accidentally made it in the wrong application (HelloWorld).

We undid checkout, but the configuration still exists in the application. We then made it in the correct app (DistributorPortal).

We wanted to highlight in the training that configurations are application specific, so once its created in one app, its not created in the other. So now that it will exist in both, it will be hard to show that.

The configuration does exist in DV/QA/PD in HelloWorld app.

Also realized there is no way to delete from the developer workbench. Wasnt that added some months back?

Re: Db Changes not undone on undo checkout

Posted: March 29th, 2023, 11:57 am
by CathyC
I talked with Justin on this. Delete does work in IDE but it has to be its own project specifically for deleting. cant be done in an existing project
and at this time its only for certain objects like webpage, widget, method (might be a few others)