EAP: Bug fixes and Feedback changes in whole EAP form and section#2292
Conversation
|
78b8b30 to
70e93f8
Compare
35e95b2 to
dc36623
Compare
8ec4172 to
6855ade
Compare
- update strings throughout the EAP sections and forms
- add missing required validation in form schema
- Update total budget in full EAP from NumberInput to TextOutput
727ecc3 to
9036b1d
Compare
| name={undefined} | ||
| heading={heading} | ||
| modalContent={content} | ||
| icon={(<InformationLineIcon className={styles.icon} />)} |
There was a problem hiding this comment.
Do we need the manual styling override here? Also, let's remove extra parenthesis.
| icon={(<InformationLineIcon className={styles.icon} />)} | |
| icon={<InformationLineIcon className={styles.icon} />} |
| "previewExportLinkLabel": "Preview export", | ||
| "previewSummaryExportLinkLabel": "Preview summary export", | ||
| "downloadReviewChecklistLinkLabel": "Download review checklist", | ||
| "downloadReviewChecklistLinkLabel": "Download Review checklist", |
There was a problem hiding this comment.
Shouldn't this capitalization logic apply to other similar strings?
There was a problem hiding this comment.
It has been changed. you can ignore this for now
| {type === 'development' && ( | ||
| <> | ||
| {eap.eap_type === EAP_TYPE_SIMPLIFIED && isCreated && ( | ||
| {environment === 'testing' && eap.eap_type === EAP_TYPE_SIMPLIFIED && isCreated && ( |
There was a problem hiding this comment.
testing is usually used for the CI or while running the tests. Should we instead use it for development?
…tooltip
- add IconButton in InfoModal
- hide export button for staging and production
- add partners field in both eap forms
- pass type props in every DateInput field
- remove year option in timeFrame for readiness and prepositioning activities
- make ap code form fields view only
- update in translation strings
- add missing validation for plannedOperations and enablingApproaches form fields
- add eap apCode options for both forms
- improve eap table action flow
- add revise button for creating new version
- add additional attachments modal in EAP table
- make lead_timeframe_unit and lead_time field required
- replace diff library to diff-match-patch
- new DiffTextOutput components
- update PrintableDescription and PrintableLabel components
- add utility function for expected_submission_time field
21f3983 to
92cb239
Compare
fe7a694
into
project/early-action-protocols




Depends On
Changes
This PR Ensures:
console.logstatements meant for debugging