Diff Result windows should be closed after Get Latest Package

Reproduction Steps

  1. Create a project with 2 places
  2. Create a script
  3. Convert it to package
  4. Insert the script package in the 2nd place
  5. Publish all places
  6. Change something on the script in place 1
  7. Go to place 2
  8. Right-click on the script package that needs to be updated
  9. Click on View Script Changes (to open the Diff Result window)
  10. Click on Get Latest Package

Expected Behavior

Diff Result window should be closed after Get Latest Package

image

Actual Behavior

Diff Result window is not being closed after clicking on Get Latest Package:
Instead, it’s closing the current package, as reported in this bug report:

image


Workaround

I have to manually close the Diff Result Window

Issue Area: Studio
Issue Type: Other
Impact: Moderate
Frequency: Constantly

1 Like

Currently, a diff result window is treated as an independent, static text window. It always requires manual closing. This will likely change in the future as we are improving the diff / version control system.
But for now, this is expected behavior.

1 Like