-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix miscellaneous problems in enable
#682
Conversation
Set exactIPMVer = $Piece($Piece(fileName, "ipm-", 2, *), ".xml", 1, *-1) | ||
Set ipmLocalArray(exactIPMVer) = fileName | ||
Set menuList($Increment(menuList)) = exactIPMVer_" (local version)" | ||
If ##class(%File).DirectoryExists(XMLDir) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this XMLDir something we have decided as the kitted location of IPM when shipping with IRIS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@isc-tleavitt Can you confirm that? (I think you wrote that directory)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this goes back to before my time. This is (per earlier context) /<instance install dir>/lib/ipm/
which seems reasonable to me.
Fix ##676
This will fix miscellaneous problems in
enable