-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixes UI view #3561
Merged
Merged
Fixes UI view #3561
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PTaladay
previously approved these changes
Oct 19, 2023
brendankowitz
commented
Oct 20, 2023
src/Microsoft.Health.Fhir.Shared.Api/Registration/FhirServerServiceCollectionExtensions.cs
Show resolved
Hide resolved
brendankowitz
commented
Oct 20, 2023
src/Microsoft.Health.Fhir.Shared.Api/Modules/FeatureFlags/HtmlUi/HtmlUiFeatureModule.cs
Show resolved
Hide resolved
1 task
…Ui/HtmlUiFeatureModule.cs
342ff9d
to
b4838c7
Compare
brendankowitz
commented
Oct 20, 2023
|
||
var actionContext = new ActionContext(context.HttpContext, context.HttpContext.GetRouteData(), new ActionDescriptor()); | ||
|
||
using (TextWriter textWriter = context.WriterFactory(context.HttpContext.Response.Body, selectedEncoding)) | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
main changes to this file was un-nesting usings, and adding AllowSynchronousIO();
fhibf
approved these changes
Oct 20, 2023
mikaelweave
approved these changes
Oct 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally - had no idea this existed. Cool. 😄
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes UI feature.
Only activate MVC View options if UI is enabled.
Related issues
Addresses [issue #].
Testing
Manual: Change, the following to true, then hit a url with the web browser
/Patient
fhir-server/src/Microsoft.Health.Fhir.Shared.Web/appsettings.json
Line 20 in b376cef
FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)