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

Fix ui.question's text + title #351

Merged
merged 1 commit into from
Oct 14, 2022
Merged

Conversation

bpoldrack
Copy link
Member

datalad core's ui.question is meant to take the prompting text via title. Now that there's a GUI backend this turns out to be a misleading name.
Fix the implementation to use the passed title in the label and have constant window title instead.

Not sure about that constant title, though. Input required may feel somewhat strange. Happy for other suggestions.

In combination with datalad/datalad-next#113 this is supposed to fix #340 .

datalad core's ui.question is meant to take the prompting text via
`title`. Now that there's a GUI backend this turns out to be a
misleading name.
Fix the implementation to use the passed `title` in the label and have
constant window title instead.
@mih
Copy link
Member

mih commented Oct 14, 2022

image

Perfect!

@mih mih merged commit 071c210 into datalad:main Oct 14, 2022
@bpoldrack bpoldrack deleted the fix-ui-question branch October 14, 2022 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asking for a token splits important info into two different locations
2 participants