Skip to content

ExtendedTask not allowed in modules #1115

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

Closed
bernorev opened this issue Feb 9, 2024 · 2 comments
Closed

ExtendedTask not allowed in modules #1115

bernorev opened this issue Feb 9, 2024 · 2 comments

Comments

@bernorev
Copy link

bernorev commented Feb 9, 2024

Hi,

I am having issues using an extended task within a module as a result of how module component id's are concatenated.

For example if there is a dashboard page which contains a module with a input_task_button (id = "files_submit"), the id will be

dashboard_page-files_submit

which results in the error :

_send_error_response: The string 'dashboard_page-files_submit' is not a valid id; only letters, numbers, and underscore are permitted

Is this a know issue with a workaround?

@gadenbuie
Copy link
Collaborator

Thanks for the report! We recently addressed this issue in #1108. The fix will be included in the next release of Shiny, and is currently available in the development version on GitHub.

@gadenbuie
Copy link
Collaborator

I'm pretty certain this is a duplicate of #1107, so I'm going to close the issue. Feel free to reply if they are different issues.

@gadenbuie gadenbuie closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants