Skip to content

Commit

Permalink
[25.2] Renaming agent objects (#2521)
Browse files Browse the repository at this point in the history
#### Summary Renaming the agent objects to avoid clashes with similarly
named objects

#### Work Item(s)
Fixes
[AB#536497](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/536497)
  • Loading branch information
nikolakukrika authored Dec 12, 2024
1 parent b090f85 commit 2fca55e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace System.Agents;

page 4313 "Task Details"
page 4313 "Agent Task Details"
{
PageType = ListPart;
ApplicationArea = All;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace System.Agents;

using System.Security.AccessControl;

page 4307 "Task Timeline"
page 4307 "Agent Task Timeline"
{
PageType = ListPart;
ApplicationArea = All;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace System.Agents;

page 4306 Tasks
page 4306 "Agent Tasks"
{
PageType = ListPlus;
ApplicationArea = All;
Expand Down Expand Up @@ -67,14 +67,14 @@ page 4306 Tasks

area(FactBoxes)
{
part(Timeline; "Task Timeline")
part(Timeline; "Agent Task Timeline")
{
SubPageLink = "Task ID" = field("Task ID");
UpdatePropagation = Both;
Editable = true;
}

part(Details; "Task Details")
part(Details; "Agent Task Details")
{
Provider = Timeline;
SubPageLink = "Task ID" = field("Task ID"), "Timeline Entry ID" = field(ID);
Expand Down

0 comments on commit 2fca55e

Please sign in to comment.