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 #2000: Implicit calls to xxxOutput not working inside modules #2010

Merged
merged 3 commits into from Apr 16, 2018

Conversation

jcheng5
Copy link
Member

@jcheng5 jcheng5 commented Apr 12, 2018

I just forgot to have the implicit xxxOutput call respect namespaces.

Testing notes: See #2000 for the repro case. That code sample should be pasted into a new .Rmd file and run. With this patch applied, both buttons produce the same effect. Normally I put these repro cases into shiny-examples, but in this case I have a unit test that accomplishes the same thing so I don't think it's necessary. @shalutiwari let me know if you disagree and think we still need the test case to be added to shiny-examples.

@jcheng5 jcheng5 added the review label Apr 12, 2018
@jcheng5 jcheng5 force-pushed the joe/bugfix/implicit-output-ns branch from 3d57a9a to 1a4057a Compare April 12, 2018 01:10
@jcheng5 jcheng5 requested a review from wch April 12, 2018 01:44
@wch wch merged commit 84aba54 into master Apr 16, 2018
@wch wch deleted the joe/bugfix/implicit-output-ns branch April 16, 2018 21:57
@wch wch removed the review label Apr 16, 2018
@shalutiwari
Copy link

@jcheng5 I would prefer it to be added in shiny-examples as I would not go in unit tests to run when doing regression testing.

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.

None yet

3 participants