Skip to content

Commit cb379de

Browse files
author
dgurjar
committed
Incorporated review comments
1 parent e4c68cc commit cb379de

30 files changed

+22
-3158
lines changed

bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/models/v1/form/DateTimeImpl.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import java.util.Map;
2222

2323
import javax.annotation.Nullable;
24-
import javax.annotation.PostConstruct;
2524

2625
import org.apache.sling.api.SlingHttpServletRequest;
2726
import org.apache.sling.api.resource.Resource;
@@ -56,9 +55,6 @@ public String getFieldType() {
5655
return super.getFieldType(FieldType.DATETIME_INPUT);
5756
}
5857

59-
@PostConstruct
60-
private void initTextInput() {}
61-
6258
@Override
6359
public String getMinimumDateTime() {
6460
return getFormattedDate(minimumDateTime);

bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/models/form/DateTime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* Interface for {@code Password} Sling Model used for the {@code /apps/core/fd/components/form/password/v1/password} component.
2424
*
25-
* @since com.adobe.cq.forms.core.components.models.form 5.11.0
25+
* @since com.adobe.cq.forms.core.components.models.form 5.12.0
2626
*/
2727
@ConsumerType
2828
public interface DateTime extends Field, DateTimeConstraint {

bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/models/form/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* </p>
3636
*/
3737

38-
@Version("5.11.0")
38+
@Version("5.12.0")
3939
package com.adobe.cq.forms.core.components.models.form;
4040

4141
import org.osgi.annotation.versioning.Version;

bundles/af-core/src/test/java/com/adobe/cq/forms/core/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public static void testSchemaValidation(@NotNull Object model) {
152152
((ObjectNode) formContainerTemplateNode).putArray("items").add(json);
153153
json = formContainerTemplateNode;
154154
}
155-
// create set of validation message and st ore result in it
155+
// create set of validation message and store result in it
156156
Set<ValidationMessage> validationResult = schema.validate(json);
157157
// show the validation errors
158158
if (!validationResult.isEmpty()) {

bundles/af-core/src/test/resources/form/formcontainer/exporter-formContainer-cc-form-rest-submission.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
},
5555
"adaptiveform": "0.15.2",
5656
":type": "fd/components/form/v1/form"
57-
}
57+
}

bundles/af-core/src/test/resources/form/formcontainer/exporter-formContainer-cc-form-spreadsheet-submission.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
},
5555
"adaptiveform": "0.15.2",
5656
":type": "fd/components/form/v1/form"
57-
}
57+
}

bundles/af-core/src/test/resources/form/formcontainer/exporter-formContainer-ue-form-rest-submission.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
},
5555
"adaptiveform": "0.15.2",
5656
":type": "fd/franklin/components/form/v1/form"
57-
}
57+
}

bundles/af-core/src/test/resources/form/formcontainer/exporter-formContainer-ue-form-spreadsheet-submission.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
},
5555
"adaptiveform": "0.15.2",
5656
":type": "fd/franklin/components/form/v1/form"
57-
}
57+
}

bundles/af-core/src/test/resources/form/formcontainer/exporter-formcontainerv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
":type": "core/fd/components/form/textinput/v1/textinput"
5858
}
5959
}
60-
}
60+
}

bundles/af-core/src/test/resources/form/formcontainer/exporter-withSubmissionAttribute.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"grammar": "json-formula-1.0.0",
4343
"version": "1.0.0"
4444
},
45-
"adaptiveform": "0.15.0",
45+
"adaptiveform": "0.15.2",
4646
":items": {
4747
"textinput": {
4848
"id": "textinput-5bac58a9c9",
@@ -70,4 +70,4 @@
7070
}
7171
},
7272
":type": "forms-components-examples/components/form/container"
73-
}
73+
}

0 commit comments

Comments
 (0)