Skip to content

fix #691 Add objectscript.serverSourceControl.disableOtherActionTriggers setting #711

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 2 commits into from
Jul 8, 2021

Conversation

gjsjohnmurray
Copy link
Contributor

This PR fixes #691

With "objectscript.serverSourceControl.disableOtherActionTriggers": true the 'Other Studio action' server-side source control calls are suppressed.

The calls currently made (and thus suppressed by this setting) are:

  • AttemptedEdit = 0
  • CreatedNewDocument = 1
  • DeletedDocument = 2
  • FirstTimeDocumentSave = 7

@gjsjohnmurray gjsjohnmurray requested a review from daimor as a code owner July 8, 2021 20:07
@gjsjohnmurray gjsjohnmurray merged commit 75a323b into intersystems-community:master Jul 8, 2021
@gjsjohnmurray gjsjohnmurray deleted the fix-691 branch July 8, 2021 20:20
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.

Support opting out from OtherStudioAction calls
2 participants