File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/main/java/com/github/_1c_syntax/bsl/mdo/storage/form Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ public enum FormElementType implements EnumWithValue {
61
61
PAGE ("Page" ),
62
62
PAGES ("Pages" ),
63
63
PDF_DOCUMENT_FIELD ("PDFDocumentField" ),
64
+ PERIOD_FIELD ("PeriodField" ),
64
65
PICTURE_DECORATION ("PictureDecoration" ),
65
66
PICTURE_FIELD ("PictureField" ),
67
+ PLANNER_FIELD ("PlannerField" ),
66
68
POPUP ("Popup" ),
67
69
PROGRESS_BAR_FIELD ("ProgressBarField" ),
68
70
RADIO_BUTTON_FIELD ("RadioButtonField" ),
@@ -80,7 +82,8 @@ public boolean isUnknown() {
80
82
}
81
83
},
82
84
USUAL_BUTTON ("UsualButton" ),
83
- USUAL_GROUP ("UsualGroup" );
85
+ USUAL_GROUP ("UsualGroup" ),
86
+ VIEW_STATUS_ADDITION ("ViewStatusAddition" );
84
87
85
88
private static final Map <String , FormElementType > KEYS = computeKeys ();
86
89
You can’t perform that action at this time.
0 commit comments