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

TNO-3033 changes in custom report template to add transcript tag and … #2305

Merged
merged 3 commits into from
Oct 10, 2024

Conversation

nehalaggarwal-bcgov
Copy link
Collaborator

…Icon if showing transcript.

@JacobWang-bc
Copy link
Collaborator

Make sure the template works, and go to libs/net to create a migration by make db-add n=1.3.6, also create 1.3.6 folder and sql file. you can simply copy the 1.3.5 folder and rename it, then replace the body in sql with your tempalte.
At the end you need to do db-update to test it, the custom report can be updated by your SQL.
here is a example https://github.com/bcgov/tno/pull/2302

@if (isTranscript)
{
<div style="display: inline-block; margin-top: 5px;">
<img src="@($"{SubscriberAppUrl}asset/reports/transcript_icon.png")">
Copy link
Collaborator

Choose a reason for hiding this comment

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

The transcript_icon.png was not uploaded.

@JacobWang-bc JacobWang-bc merged commit 5c6ad97 into dev Oct 10, 2024
7 checks passed
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.

3 participants