updated restriction to disallow partial reps and appeals from being submitted when not docapi

This commit is contained in:
2026-01-15 13:20:07 +00:00
parent 94861846aa
commit 9241fe0b84
17 changed files with 956 additions and 743 deletions
+2
View File
@@ -209,6 +209,7 @@ const RepresentationF = (props) => {
}
setCurrentReference={setCurrentReference}
showQuestionnaireSection={showQuestionnaireSection}
docsOffline={props.docsOffline}
/>
</div>
<Footer footerLinks={footerLinks} ticketnumber={props} />
@@ -327,6 +328,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
return {
props: {
containerID: thisSession.user.id,
docsOffline: process.env.DOCAPI_OFFLINE || false,
},
};
} else {