File tree Expand file tree Collapse file tree 8 files changed +16
-5
lines changed
app/shared/components/save-file-modal Expand file tree Collapse file tree 8 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v6.3.2 (2025-07-21)
4
+
5
+ ### HotFix
6
+ * add missing lang entry
7
+ * fix auth config
8
+
9
+
3
10
## v6.3.1 (2025-07-21)
4
11
5
12
### Feature
Original file line number Diff line number Diff line change 15
15
"roles" : [" FEASIBILITY_USER" ]
16
16
},
17
17
"legal" : {
18
- "version" : " 6.3.1 " ,
18
+ "version" : " 6.3.2 " ,
19
19
"copyrightYear" : " 2025" ,
20
20
"copyrightOwner" : " FDPG+ Team"
21
21
},
Original file line number Diff line number Diff line change 332
332
"COHORT_WARNING" : " Kohortenselektion ist erforderlich" ,
333
333
"COMMENT" : " Kommentar" ,
334
334
"HEADER" : " Abfrage speichern" ,
335
+ "LABEL" : " Titel" ,
335
336
"SAVE" : " Speichern" ,
336
337
"TITLE" : " Titel"
337
338
},
Original file line number Diff line number Diff line change 332
332
"COHORT_WARNING" : " Cohort selection is required" ,
333
333
"COMMENT" : " Comment" ,
334
334
"HEADER" : " Save query" ,
335
+ "LABEL" : " Title" ,
335
336
"SAVE" : " Save" ,
336
337
"TITLE" : " Title"
337
338
},
Original file line number Diff line number Diff line change 3
3
< div class ="save-query-box ">
4
4
< div fxLayout ="column " fxLayoutAlign ="space-around center ">
5
5
< mat-form-field class ="input-field ">
6
- < mat-label > {{ 'SAVED_QUERIES .LABEL' | translate }}</ mat-label >
6
+ < mat-label > {{ 'SHARED_COMPONENTS.SAVE_MODAL .LABEL' | translate }}</ mat-label >
7
7
< input matInput type ="text " [(ngModel)] ="title " />
8
8
</ mat-form-field >
9
9
< mat-form-field *ngIf ="isCommentRequired " class ="input-field " appearance ="fill ">
23
23
(click) ="doSave() "
24
24
class ="button-save "
25
25
>
26
- {{ 'SHARE_COMPONENTS .SAVE_MODAL.SAVE' | translate }}
26
+ {{ 'SHARED_COMPONENTS .SAVE_MODAL.SAVE' | translate }}
27
27
</ num-button >
28
28
< num-button type ="blue " (click) ="doDiscard() ">
29
- {{ 'SHARE_COMPONENTS .SAVE_MODAL.CANCEL' | translate }}
29
+ {{ 'SHARED_COMPONENTS .SAVE_MODAL.CANCEL' | translate }}
30
30
</ num-button >
31
31
</ div >
32
32
</ div >
Original file line number Diff line number Diff line change 37
37
"legal" : {
38
38
"copyrightOwner" : " FDPG+ Team" ,
39
39
"copyrightYear" : " 2025" ,
40
- "version" : " 6.3.1 "
40
+ "version" : " 6.3.2 "
41
41
},
42
42
"mock" : {
43
43
"loadnsave" : false ,
Original file line number Diff line number Diff line change 332
332
"COHORT_WARNING" : " Kohortenselektion ist erforderlich" ,
333
333
"COMMENT" : " Kommentar" ,
334
334
"HEADER" : " Abfrage speichern" ,
335
+ "LABEL" : " Titel" ,
335
336
"SAVE" : " Speichern" ,
336
337
"TITLE" : " Titel"
337
338
},
Original file line number Diff line number Diff line change 332
332
"COHORT_WARNING" : " Cohort selection is required" ,
333
333
"COMMENT" : " Comment" ,
334
334
"HEADER" : " Save query" ,
335
+ "LABEL" : " Title" ,
335
336
"SAVE" : " Save" ,
336
337
"TITLE" : " Title"
337
338
},
You can’t perform that action at this time.
0 commit comments