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

[BUG]: Breadcrumb problems with dynamic ItemDisplayName #354

Closed
anosiara opened this issue Jul 17, 2023 · 2 comments · Fixed by #359
Closed

[BUG]: Breadcrumb problems with dynamic ItemDisplayName #354

anosiara opened this issue Jul 17, 2023 · 2 comments · Fixed by #359
Labels
bug Something isn't working ⚠️ needs triage Has not been triaged by the team yet.

Comments

@anosiara
Copy link

Describe the bug
In recent releases the behaviour has changed. Originally breadcrumbs worked well with dynamic DIsplaynames

To Reproduce
Set breadcrumb Items property to use dynamic values from the form.
Table(
{
ItemKey: "1",
ItemDisplayName: "Work Order",
ItemClickable: true
},
{
ItemKey: "2",
ItemDisplayName: DataCardValue1.Value,
ItemClickable: true
},
{
ItemKey: "3",
ItemDisplayName: DataCardValue4.Selected.'Account Name',
ItemClickable: false
}
)

The result is:
...

Expected behavior
Breadcrumb should look like:
Work Order > SL19767 > Site4

Screenshots
image

Additional context
It appears breadcrumb is now looking at the max length of the dataverse field rather than the length of the current value to determine whether to overflow.

@anosiara anosiara added bug Something isn't working ⚠️ needs triage Has not been triaged by the team yet. labels Jul 17, 2023
@denise-msft
Copy link
Member

@anosiara this has been fixed and will be available in the next release.

@denise-msft denise-msft added this to the Creator Kit - July 2023 milestone Jul 18, 2023
@Danielx64
Copy link

I'm also running into this issue, will it be released in July or sometime after?

Ramakrishnan24689 added a commit to microsoft/powercat-code-components that referenced this issue Jul 24, 2023
Ramakrishnan24689 added a commit to microsoft/powercat-code-components that referenced this issue Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ⚠️ needs triage Has not been triaged by the team yet.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants