Skip to content

fix(transfer): transfer list not parsing args.shown correctly#7618

Open
ElectricalBoy wants to merge 1 commit into
mainfrom
transfer-list-shown-config
Open

fix(transfer): transfer list not parsing args.shown correctly#7618
ElectricalBoy wants to merge 1 commit into
mainfrom
transfer-list-shown-config

Conversation

@ElectricalBoy
Copy link
Copy Markdown
Collaborator

Summary

reported on discord: https://discord.com/channels/93055209017729024/268719633366777856/1513098798388215879

How did you test this change?

trivial

@ElectricalBoy ElectricalBoy requested review from a team as code owners June 7, 2026 08:59
', objectname ' .. objectNameSortOrder,
title = Logic.nilIfEmpty(args.title),
shown = Logic.nilOr(Logic.readBoolOrNil(args.shown), true),
shown = Logic.readBool(args.shown),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

this wanted?
it changes default behavior

Copy link
Copy Markdown
Collaborator Author

@ElectricalBoy ElectricalBoy Jun 7, 2026

Choose a reason for hiding this comment

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

shouldCollapse = not config.shown,

because we are negating config.shown here, it doesn't change the default behavior
plus the current behavior is misleading because shown=true makes the list collapsed

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