File tree Expand file tree Collapse file tree 4 files changed +16
-13
lines changed Expand file tree Collapse file tree 4 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ category: Administration
13
13
14
14
* fix: always open documentation in subtasks dialog in new window
15
15
* feat: ensure compatibility with Jira 9.15.0, 9.12.5, 9.4.18
16
+ * feat: documentation link in dialog footer is always visible (CASUP-110)
17
+ * feat: ensure compatibility with Jira 9.16.0, 9.12.9, 9.4.22
16
18
* fix: robustness of template import for non-UTF8 characters
17
19
18
20
### [ 24.01.0] - 2024-01-27
Original file line number Diff line number Diff line change 33
33
<maven .compiler.target>${java.version} </maven .compiler.target>
34
34
35
35
<!-- Jira versions -->
36
- <jira .version>9.15 .0</jira .version>
36
+ <jira .version>9.16 .0</jira .version>
37
37
<jira .version.latest>${jira.version} </jira .version.latest>
38
- <jira .version.enterprise>9.12.5 </jira .version.enterprise>
39
- <jira .version.oldest>9.4.18 </jira .version.oldest>
38
+ <jira .version.enterprise>9.12.9 </jira .version.enterprise>
39
+ <jira .version.oldest>9.4.22 </jira .version.oldest>
40
40
41
41
<!-- Plugin versions (keep in sync with jira-project) -->
42
42
<amps .version>8.2.3</amps .version>
Original file line number Diff line number Diff line change
1
+ /* column widths on template pages */
1
2
.subtask-templates .template-counter {
2
- min-width : 25px ;
3
- }
3
+ min-width : 25px ; }
4
4
5
5
.subtask-templates .template-name {
6
- min-width : 200px ;
7
- }
6
+ min-width : 200px ; }
8
7
9
8
.subtask-templates .template-code pre {
10
- white-space : pre-wrap;
11
- }
9
+ white-space : pre-wrap; }
12
10
13
11
.subtask-templates .template-actions {
14
- min-width : 100px ;
15
- }
12
+ min-width : 100px ; }
13
+
14
+ /* text in dialog footer is always visible (CASUP-110) */
15
+ # multiple-subtasks-open-dialog-dialog # subtaskForm .aui-dialog2-footer-hint {
16
+ overflow : visible !important ; }
Original file line number Diff line number Diff line change 43
43
</tbody>
44
44
</table>
45
45
</div>
46
- <footer class="aui-dialog2-footer">
46
+ <footer class="aui-dialog2-footer">
47
47
<div class="aui-dialog2-footer-actions">
48
48
<input id="subtaskAction" type="hidden" name="action" value="reset">
49
49
<input class="aui-button" type="submit" value="$i18n.getText('multiplesubtasks.dialog.buttons.reset')" />
94
94
<textarea id="subtaskInputString" name="inputString" class="textarea long-field" rows="12" required="required" placeholder="$i18n.getText('multiplesubtasks.dialog.input.placeholder')">${inputString}</textarea>
95
95
</div>
96
96
</div>
97
- <footer class="aui-dialog2-footer">
97
+ <footer class="aui-dialog2-footer">
98
98
<div class="aui-dialog2-footer-actions">
99
99
<input id="subtaskAction" type="hidden" name="action" value="create">
100
100
<input class="aui-button aui-button-primary" type="submit" value="$i18n.getText('multiplesubtasks.dialog.buttons.submit')" />
You can’t perform that action at this time.
0 commit comments