[SSF 241] - Admin Food Manufacturer Management Page#203
Conversation
Yurika-Kan
left a comment
There was a problem hiding this comment.
found same bug as pantry management page! #201 (comment)
polishments to a refined dish
| label: 'Manufacturers', | ||
| children: [ | ||
| { | ||
| label: 'Food Manufacturer Management', |
There was a problem hiding this comment.
nit can we shorten this to Manufacturer Management
| cursor="pointer" | ||
| onClick={() => navigate(ROUTES.ADMIN_DONATION)} | ||
| > | ||
| View Donations |
There was a problem hiding this comment.
can we have the same functionality as pantry management page where this leads to the Donation management page with a filter for the clicked donation row's food manufacturer?
| </Text> | ||
| )} | ||
| {application.secondaryContactPhone && ( | ||
| {!isApplicationMode && isEditing ? ( |
There was a problem hiding this comment.
clicking edit mode flashes "Application not found"
this mounts editableFMApplication on isEditing & child refetches getFoodManufacturer on mount in editableFMApplication~ during that fetch the fallback shows the misleading error msg
can we pass the loaded record down as initialApplication
ℹ️ Issue
Closes #241
📝 Description
✔️ Verification
🏕️ (Optional) Future Work / Notes
N/A