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]: FluentDetails List (1.0.22) - Column Items not Displaying after Patch to Collection #381

Open
skmckenFVSD opened this issue Aug 11, 2023 · 0 comments
Labels
bug Something isn't working code Issue is related to a Power Apps code component Component: DetailsList

Comments

@skmckenFVSD
Copy link

skmckenFVSD commented Aug 11, 2023

Fluent Details Placed within Gallery based on Collection filtered to Group
** Gallery Code
//Get Items
GroupBy(
SortByColumns(colTimeEntries,
"ProjectStart", SortOrder.Ascending),
"ProjectGUID","grpProject"
)
** FluentDetails Code
//Get Items
SortByColumns(
Filter(colTimeEntries,
TimesheetGUID = galTimesheets.Selected.TimesheetGUID,
ProjectGUID = ThisItem.ProjectGUID),
"SubmissionDate",
If(IsBlank(ctxSortAsc),
SortOrder.Descending,
If(ctxSortAsc,
SortOrder.Ascending,
SortOrder.Descending
)
)
)

To Reproduce
Steps to reproduce the behavior:

  1. FluentDetailsList displays normally in page when App Opens or, additional Gallery Selections are applied as filtered.
  2. On Patch of Record to Collection (New or Existing) FluentDetailsList in first gallery does not show Column Headers or Column Items. Select Column still displays. Record needs to be selected prior to Header and Column Items reappearing.
  3. Only occurs on first item in Gallery.
  4. Input Event is set to UpdateContext({ctxTimeEntryDetailsEvent:"ClearSelection"&Text(Rand())}); which fires after Patch to Collection is complete.

Screenshots
FluentDetails - Placement
FluentDetails - Prior to Patch
FluentDetails - After Patch

AB#975

@skmckenFVSD skmckenFVSD added bug Something isn't working ⚠️ needs triage Has not been triaged by the team yet. labels Aug 11, 2023
@RajeevPentyala RajeevPentyala added this to the Backlog milestone Nov 17, 2023
@denise-msft denise-msft added code Issue is related to a Power Apps code component Component: DetailsList and removed ⚠️ needs triage Has not been triaged by the team yet. labels Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code Issue is related to a Power Apps code component Component: DetailsList
Projects
None yet
Development

No branches or pull requests

3 participants