Skip to content
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

[25.2] Renaming agent objects #2521

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading