Skip to content

Commit

Permalink
Updating references
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolakukrika committed Dec 16, 2024
1 parent 0cca4a0 commit 88256aa
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 88256aa

Please sign in to comment.