Skip to content

[stable34] Fix rendering custom columns in file lists#60525

Open
backportbot[bot] wants to merge 3 commits into
stable34from
backport/60134/stable34
Open

[stable34] Fix rendering custom columns in file lists#60525
backportbot[bot] wants to merge 3 commits into
stable34from
backport/60134/stable34

Conversation

@backportbot
Copy link
Copy Markdown

@backportbot backportbot Bot commented May 19, 2026

Backport of #60134

danxuliu added 2 commits May 19, 2026 11:18
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
CustomElementRender is used to render both IFileActions and IColumns.
However, the API to render both of them is different, and currently
CustomElementRender passes the arguments expected by IFileAction.
Fortunately those arguments are a superset of those expected by IColumn,
so they can be adapted when a CustomElementRender is used to render an
IColumn.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@danxuliu
Copy link
Copy Markdown
Member

/compile amend /

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@nextcloud-command nextcloud-command force-pushed the backport/60134/stable34 branch from 4819250 to d7e60c1 Compare May 19, 2026 11:41
@danxuliu danxuliu marked this pull request as ready for review May 19, 2026 12:12
@danxuliu danxuliu requested a review from a team as a code owner May 19, 2026 12:12
@danxuliu danxuliu requested review from nfebe and removed request for a team May 19, 2026 12:12
Copy link
Copy Markdown
Member

@danxuliu danxuliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants