Skip to content

Commit

Permalink
Merge pull request #2615 from osandamaleesha/master
Browse files Browse the repository at this point in the history
Improve variable names for Action IDs in action execution component
  • Loading branch information
ashanthamara authored Nov 1, 2024
2 parents 1cef061 + d59c5ff commit 89f5aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private void logOperationExecutionResults(ActionType actionType,

DiagnosticLog.DiagnosticLogBuilder diagLogBuilder = new DiagnosticLog.DiagnosticLogBuilder(
ActionExecutionLogConstants.ACTION_EXECUTION_COMPONENT_ID,
ActionExecutionLogConstants.ActionIDs.EXECUTE_ACTION_OPERATIONS);
ActionExecutionLogConstants.ActionIDs.PROCESS_ACTION_RESPONSE);
diagLogBuilder
.inputParam("executed operations", operationDetailsList.isEmpty() ? "empty" : operationDetailsList)
.resultMessage("Allowed operations are executed for " + actionType.getDisplayName() + " action.")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@
<carbon.kernel.registry.imp.pkg.version.range>[1.0.1, 2.0.0)</carbon.kernel.registry.imp.pkg.version.range>

<!-- Carbon Identity Framework version -->
<carbon.identity.framework.version>7.5.86</carbon.identity.framework.version>
<carbon.identity.framework.version>7.5.106</carbon.identity.framework.version>
<carbon.identity.framework.imp.pkg.version.range>[5.25.234, 8.0.0)
</carbon.identity.framework.imp.pkg.version.range>

Expand Down

0 comments on commit 89f5aed

Please sign in to comment.