Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8958db6
fix: amm-1931 session expiry error handling mechanism
5Amogh Jan 16, 2026
382c888
Merge pull request #119 from PSMRI/amm-1931
snehar-nd Jan 16, 2026
5a152bc
fix: enabling logs for debugging
5Amogh Jan 20, 2026
7dcf614
fix: updating common-ui
5Amogh Jan 21, 2026
b79d6f1
Merge branch 'amm-2074' of github.com:PSMRI/TM-UI into amm-2074
5Amogh Jan 21, 2026
e49eb19
fix: disabling ES for TM UI
5Amogh Jan 21, 2026
7004db3
fix: disabling ES for TM UI
5Amogh Jan 21, 2026
7691510
fix: updating common-ui reference
5Amogh Jan 21, 2026
77f635a
fix: disabling console log
5Amogh Jan 21, 2026
f1a8ad5
Merge pull request #120 from PSMRI/amm-2074
snehar-nd Jan 21, 2026
6feb04f
Bump version from 3.6.0 to 3.6.1
5Amogh Jan 22, 2026
1c59c96
fix: amm-2074 issue fix
5Amogh Jan 22, 2026
6c560ce
Merge pull request #121 from PSMRI/amm-2074
5Amogh Jan 22, 2026
c675735
fix: amm-2174 n-1 date issues and habit field refelction issues fixed
5Amogh Feb 12, 2026
fbc5830
Merge pull request #123 from PSMRI/amm-2174
snehar-nd Feb 16, 2026
452cf78
fix: amm-2175 prescription validation
5Amogh Feb 18, 2026
cf08765
Merge pull request #124 from PSMRI/amm-2175
snehar-nd Feb 18, 2026
b6ca971
fix: 2159 changed text from Advance to Advance serarch
snehar-nd Feb 18, 2026
2ac7548
Merge pull request #125 from PSMRI/sn/3.6.2
snehar-nd Feb 18, 2026
320d5f3
Merge pull request #126 from PSMRI/release-3.6.2
vanitha1822 Feb 27, 2026
c02d3de
fix: amm-2192 remove mandatory for prescription
snehar-nd Feb 27, 2026
e3324ec
Merge pull request #127 from PSMRI/sn/3.6.2
snehar-nd Feb 27, 2026
d4106b9
fix: removed prescription data is required condition (#130)
snehar-nd Mar 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.iemr.tm-ui</groupId>
<artifactId>tm-ui</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<name>TM-UI</name>
<description>Piramal - tm: Module ui</description>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion src/app/app-modules/core/services/confirmation.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { CommonDialogComponent } from '../components/common-dialog/common-dialog
@Injectable()
export class ConfirmationService {
constructor(
private dialog: MatDialog,
public dialog: MatDialog,
@Inject(DOCUMENT) doc: any,
) {}

Expand Down
Loading
Loading