Db Changes not undone on undo checkout

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
CathyC
Posts: 469
Joined: November 16th, 2021, 11:15 am
Contact:

Db Changes not undone on undo checkout

Unread post 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?
word count: 99

Tags:
SteveCap
Posts: 327
Joined: August 26th, 2021, 9:18 am
Contact:

Re: Db Changes not undone on undo checkout

Unread post by SteveCap »

DB Changes do not get undone when you undo checkout. Task #10802 has been created.
word count: 15
CathyC
Posts: 469
Joined: November 16th, 2021, 11:15 am
Contact:

Re: Db Changes not undone on undo checkout

Unread post 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?
word count: 107
CathyC
Posts: 469
Joined: November 16th, 2021, 11:15 am
Contact:

Re: Db Changes not undone on undo checkout

Unread post 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)
word count: 47
Post Reply