enf defect 3,5,8,2,6
This commit is contained in:
+1
-1
@@ -455,7 +455,7 @@ const RepresentationProgress_enforcement = (props) => {
|
||||
>
|
||||
<span className="js-step-title-text govuk-!-font-size-16">
|
||||
{t(
|
||||
"myrepresentations:enf-section-heading-seven"
|
||||
"myrepresentations:s78-section-heading-five-sub"
|
||||
)}
|
||||
</span>
|
||||
</a>
|
||||
|
||||
+15
-7
@@ -126,9 +126,10 @@ let Enforcement_Questionnaire = (props) => {
|
||||
</div>
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
label={t(
|
||||
"myrepresentations:enf-section-question-4"
|
||||
)}
|
||||
label={
|
||||
"4." +
|
||||
t("myrepresentations:enf-section-question-4")
|
||||
}
|
||||
name="procedureType"
|
||||
optionsArr={[
|
||||
"Written representations",
|
||||
@@ -853,7 +854,7 @@ let Enforcement_Questionnaire = (props) => {
|
||||
{t("myrepresentations:enf-section-heading-six")}
|
||||
</h3>
|
||||
<div className="govuk-form-group govuk-body-m">
|
||||
31 .{t("myrepresentations:enf-section-question-31")}
|
||||
31. {t("myrepresentations:enf-section-question-31")}
|
||||
</div>
|
||||
|
||||
<div className="govuk-form-group">
|
||||
@@ -946,8 +947,11 @@ let Enforcement_Questionnaire = (props) => {
|
||||
aria-describedby="commentBox-hint"
|
||||
>
|
||||
<h3 className="govuk-heading-s ">
|
||||
{t("myrepresentations:enf-section-heading-seven")}
|
||||
{t("myrepresentations:s78-section-heading-five-sub")}
|
||||
</h3>
|
||||
<p className="govuk-body">
|
||||
{t("myrepresentations:s78-section-heading-five")}
|
||||
</p>
|
||||
|
||||
<div className="govuk-form-group">
|
||||
<Field
|
||||
@@ -1079,6 +1083,9 @@ let Enforcement_Questionnaire = (props) => {
|
||||
conditionalLabel={t(
|
||||
"myrepresentations:enf-section-question-37-hint"
|
||||
)}
|
||||
hint={
|
||||
"Regulation 45 of the Town and Country Planning (Environmental Impact Assessment) (Wales) Regulations 2017 (as amended)."
|
||||
}
|
||||
optionSelect={t(
|
||||
"myrepresentations:questionnaire-yes"
|
||||
)}
|
||||
@@ -1244,6 +1251,7 @@ let Enforcement_Questionnaire = (props) => {
|
||||
label={t(
|
||||
"myrepresentations:enf-section-question-onbehalf"
|
||||
)}
|
||||
disabled={true}
|
||||
validate={[required]}
|
||||
/>
|
||||
</div>
|
||||
@@ -1253,9 +1261,9 @@ let Enforcement_Questionnaire = (props) => {
|
||||
label={t("myrepresentations:enf-section-question-date")}
|
||||
component={RenderDatePicker}
|
||||
validate={[required]}
|
||||
errorMsg={t("newappeal:select-a-date-label")}
|
||||
errorMsg={t("myrepresentations:select-a-date-label")}
|
||||
dateStart="0"
|
||||
dateEnd="1-y"
|
||||
dateEnd="0"
|
||||
/>
|
||||
</fieldset>
|
||||
)}
|
||||
|
||||
+1
-1
@@ -1079,7 +1079,7 @@ let S78_Questionnaire = (props) => {
|
||||
validate={[required]}
|
||||
dateStart="0"
|
||||
dateEnd="0"
|
||||
errorMsg={t("myrepresentations:is-required-label")}
|
||||
errorMsg={t("myrepresentations:select-a-date-label")}
|
||||
locale={locale}
|
||||
/>
|
||||
</fieldset>
|
||||
|
||||
@@ -726,7 +726,6 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
</View>
|
||||
<View style={styles.sectionContainer}>
|
||||
<View
|
||||
wrap={false}
|
||||
style={{
|
||||
flexDirection: "column",
|
||||
marginBottom: 10,
|
||||
@@ -754,7 +753,6 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
</View>
|
||||
</View>
|
||||
<View
|
||||
wrap={false}
|
||||
style={{
|
||||
flexDirection: "column",
|
||||
marginBottom: 10,
|
||||
@@ -1428,7 +1426,7 @@ export const EnforcementQuestionnaire_pdf = ({ docProps }) => {
|
||||
<Text style={styles.questionTextMid}>
|
||||
The LPA’s Environmental Impact
|
||||
Assessment Screening Opinion and
|
||||
‘Regulation 45 Notice’*, if applicable?
|
||||
‘Regulation 45 Notice’, if applicable?
|
||||
</Text>
|
||||
<Text style={styles.questionAnswerMid}>
|
||||
{values.lpaEIAOS}
|
||||
|
||||
@@ -153,16 +153,16 @@ export default async function handler(req, res) {
|
||||
? cleanFilesList(reqBodyobj)
|
||||
: reqBodyobj;
|
||||
|
||||
console.log(
|
||||
"//////////////////////\nreqBodyobj" +
|
||||
req +
|
||||
"\n//////////////////////\n"
|
||||
);
|
||||
console.log(
|
||||
"//////////////////////\nreqBodyobj" +
|
||||
JSON.stringify(req.body) +
|
||||
"\n//////////////////////\n"
|
||||
);
|
||||
// console.log(
|
||||
// "//////////////////////\nreqBodyobj" +
|
||||
// req +
|
||||
// "\n//////////////////////\n"
|
||||
// );
|
||||
// console.log(
|
||||
// "//////////////////////\nreqBodyobj" +
|
||||
// JSON.stringify(req.body) +
|
||||
// "\n//////////////////////\n"
|
||||
// );
|
||||
|
||||
var containerID = reqBodyobj.containerID;
|
||||
var casefolderID = reqBodyobj.casefolderID;
|
||||
|
||||
Reference in New Issue
Block a user