Skip to content

Modified code to be able to execute SSRS xml report files.#1756

Merged
Ohsudev merged 2 commits into
release26.3-SNAPSHOTfrom
26.3_fb_SSRS_XML
Jun 11, 2026
Merged

Modified code to be able to execute SSRS xml report files.#1756
Ohsudev merged 2 commits into
release26.3-SNAPSHOTfrom
26.3_fb_SSRS_XML

Conversation

@Ohsudev

@Ohsudev Ohsudev commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Created a new PR from Josh's code to fix an issue with the SSRS xml connection string

@Ohsudev Ohsudev requested review from kollil and labkey-jeckels June 10, 2026 16:29
@labkey-jeckels

Copy link
Copy Markdown
Contributor

@Ohsudev did you create this branch in the hopes of fixing the TeamCity failure? I just pushed a fix into my copy of the feature branch.

…'s recent code to fix issues Github errors.
@Ohsudev

Ohsudev commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator Author

Josh. I have added your program fix to my PR. Can you please review this PR for me. Thanks.

@@ -174,7 +175,8 @@ public static class GetSessionIdAction extends MutatingApiAction<Object>
@Override
public Object execute(Object o, BindException errors)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Consider if you want to include the explanatory comment in my branch.

public Object execute(Object o, BindException errors)
{
return Map.of("SessionId", getViewContext().getRequest().getSession(true).getId());
// return Map.of("SessionId", getViewContext().getRequest().getSession(true).getId());

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is there a need to keep this commented out line?

Comment on lines +2 to +16
* Copyright (c) 2026 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.labkey.test.tests.onprc_ehr;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nonstandard indentation

@Ohsudev Ohsudev merged commit 278f32e into release26.3-SNAPSHOT Jun 11, 2026
8 checks passed
@Ohsudev Ohsudev deleted the 26.3_fb_SSRS_XML branch June 11, 2026 15:40
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.

2 participants