Skip to content

Fix DocumentContentProvider.getUri() for ISFS routines with dots #749

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

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

isc-bsaviano
Copy link
Contributor

This PR fixes #748

Fixed DocumentContentProvider.getUri() so URIs created for mac, inc or int routines in ISFS folders correctly split dots in the routine name into folders. For example, %SYS.cspServer.mac is currently given the URI iris5:%SYS:/%SYS.cspServer.mac, but after this PR it will correctly be given the URI iris5:%SYS:/%SYS/cspServer.mac.

@isc-bsaviano isc-bsaviano merged commit a69d90a into intersystems-community:master Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Two versions of the same source routine can be opened
2 participants