Skip to content

Commit bb4aa5e

Browse files
onbuyukaclaude
andauthored
[MCP] Fix feedback feature area OCV ID (#7570)
## Summary - Changed MCP feedback feature area (OCV ID) from generic `'Configuration'` to `'MCPServer'` in both `TriggerNoActiveConfigsFeedback` and `TriggerGeneralFeedback` calls Fixes [AB#630240](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/630240) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 02951bd commit bb4aa5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/System Application/App/MCP/src/Configuration/Codeunits/MCPConfigImplementation.Codeunit.al

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ codeunit 8351 "MCP Config Implementation"
11141114
exit;
11151115

11161116
Feedback.WithCustomQuestion(MCPServerFeedbackQst, MCPServerFeedbackQst).WithCustomQuestionType(Enum::FeedbackQuestionType::Text);
1117-
Feedback.RequestDislikeFeedback('MCP Server', 'Configuration', 'Model Context Protocol (MCP) Server');
1117+
Feedback.RequestDislikeFeedback('MCP Server', 'MCPServer', 'Model Context Protocol (MCP) Server');
11181118

11191119
Session.LogMessage('0000RTR', NoActiveConfigsFeedbackTxt, Verbosity::Normal, DataClassification::SystemMetadata, TelemetryScope::All, 'Category', GetTelemetryCategory());
11201120
end;
@@ -1123,7 +1123,7 @@ codeunit 8351 "MCP Config Implementation"
11231123
var
11241124
Feedback: Codeunit "Microsoft User Feedback";
11251125
begin
1126-
Feedback.RequestFeedback('MCP Server', 'Configuration', 'Model Context Protocol (MCP) Server');
1126+
Feedback.RequestFeedback('MCP Server', 'MCPServer', 'Model Context Protocol (MCP) Server');
11271127

11281128
Session.LogMessage('0000RTS', GeneralFeedbackTxt, Verbosity::Normal, DataClassification::SystemMetadata, TelemetryScope::All, 'Category', GetTelemetryCategory());
11291129
end;

0 commit comments

Comments
 (0)