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