File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed
src/com/magento/idea/magento2plugin/actions/generation/dialog Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 142
142
<grid row =" 1" column =" 0" row-span =" 1" col-span =" 1" vsize-policy =" 0" hsize-policy =" 0" anchor =" 8" fill =" 0" indent =" 0" use-parent-layout =" false" />
143
143
</constraints >
144
144
<properties >
145
- <editable value =" true " />
145
+ <editable value =" false " />
146
146
<toolTipText value =" " />
147
147
</properties >
148
148
<clientProperties >
170
170
<grid row =" 3" column =" 0" row-span =" 1" col-span =" 1" vsize-policy =" 0" hsize-policy =" 0" anchor =" 8" fill =" 0" indent =" 0" use-parent-layout =" false" />
171
171
</constraints >
172
172
<properties >
173
- <editable value =" true " />
173
+ <editable value =" false " />
174
174
<toolTipText value =" " />
175
175
</properties >
176
176
<clientProperties >
Original file line number Diff line number Diff line change 3
3
<grid id =" cbd77" binding =" contentPane" layout-manager =" GridLayoutManager" row-count =" 2" column-count =" 1" same-size-horizontally =" false" same-size-vertically =" false" hgap =" -1" vgap =" -1" >
4
4
<margin top =" 10" left =" 10" bottom =" 10" right =" 10" />
5
5
<constraints >
6
- <xy x =" 48" y =" 54" width =" 941" height =" 479 " />
6
+ <xy x =" 48" y =" 54" width =" 941" height =" 504 " />
7
7
</constraints >
8
- <properties />
8
+ <properties >
9
+ <preferredSize width =" 550" height =" 350" />
10
+ </properties >
9
11
<border type =" none" />
10
12
<children >
11
13
<grid id =" 94766" layout-manager =" GridLayoutManager" row-count =" 1" column-count =" 2" same-size-horizontally =" false" same-size-vertically =" false" hgap =" -1" vgap =" -1" >
49
51
</grid >
50
52
</children >
51
53
</grid >
52
- <grid id =" e3588" layout-manager =" GridLayoutManager" row-count =" 12 " column-count =" 3" same-size-horizontally =" false" same-size-vertically =" false" hgap =" -1" vgap =" -1" >
54
+ <grid id =" e3588" layout-manager =" GridLayoutManager" row-count =" 13 " column-count =" 3" same-size-horizontally =" false" same-size-vertically =" false" hgap =" -1" vgap =" -1" >
53
55
<margin top =" 0" left =" 0" bottom =" 0" right =" 0" />
54
56
<constraints >
55
57
<grid row =" 0" column =" 0" row-span =" 1" col-span =" 1" vsize-policy =" 3" hsize-policy =" 3" anchor =" 0" fill =" 3" indent =" 0" use-parent-layout =" false" />
95
97
</component >
96
98
<vspacer id =" efb9e" >
97
99
<constraints >
98
- <grid row =" 11 " column =" 1" row-span =" 1" col-span =" 2" vsize-policy =" 6" hsize-policy =" 1" anchor =" 0" fill =" 2" indent =" 0" use-parent-layout =" false" />
100
+ <grid row =" 12 " column =" 1" row-span =" 1" col-span =" 2" vsize-policy =" 6" hsize-policy =" 1" anchor =" 0" fill =" 2" indent =" 0" use-parent-layout =" false" />
99
101
</constraints >
100
102
</vspacer >
101
103
<component id =" 93bb3" class =" javax.swing.JRadioButton" binding =" fixedScheduleRadioButton" >
275
277
<text value =" " />
276
278
</properties >
277
279
</component >
280
+ <component id =" 38172" class =" javax.swing.JLabel" binding =" configPathFieldErrorMessage" >
281
+ <constraints >
282
+ <grid row =" 11" column =" 2" row-span =" 1" col-span =" 1" vsize-policy =" 0" hsize-policy =" 0" anchor =" 8" fill =" 0" indent =" 0" use-parent-layout =" false" />
283
+ </constraints >
284
+ <properties >
285
+ <text value =" " />
286
+ </properties >
287
+ </component >
278
288
</children >
279
289
</grid >
280
290
</children >
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ public class NewCronjobDialog extends AbstractDialog {
120
120
private JLabel cronjobNameFieldErrorMessage ;//NOPMD
121
121
private JLabel cronGroupComboBoxErrorMessage ;//NOPMD
122
122
private JLabel cronjobScheduleFieldErrorMessage ;//NOPMD
123
+ private JLabel configPathFieldErrorMessage ;
123
124
124
125
/**
125
126
* Open a new cronjob generation dialog form.
You can’t perform that action at this time.
0 commit comments