-
Notifications
You must be signed in to change notification settings - Fork 12
Description
After upgrading from 2025.1.0 to 2025.1.2, the Git UI stops working. In our RHEL instance, we get a 404 error while one of my coworkers on a Mac gets an "Invalid Action" zen/csp error page.
Running Do ##class(SourceControl.Git.Utils).CompileGitUIs() (introduced in 2.13.0 for #852 via #854 ) fixes the issue.
It appears the fix for fresh installs of the module is not executed after an upgrade, which I think is the expected behavior from the Iris perspective. I had to dig around to refresh my memory that after Iris is upgraded, it is recommended to reinstall all 3rd party (IPM) modules (Source: https://docs.intersystems.com/iris20253/csp/docbook/DocBook.UI.Page.cls?KEY=GCI_post#GCI_post_mv)
This might be worth referencing in this module's read me or docs.