initializes materials used field with formik value#1107
Conversation
|
can you paste the |
@NdibeRaymond the video of 'before' is in the issue here. Rebase is completed now 👍🏻 |
|
pre-commit checks failed ❌❌❌ |
|
it seems like you are doing a merge commit ( |
thinking maybe I should do this myself, last just squashing will likely not work |
|
@brrkrmn run |
4bcfbc7 to
f8a692e
Compare
|
pre-commit checks failed ❌❌❌ |
f8a692e to
dfe0c98
Compare
|
All pre-commit checks passed ✅✅✅ |
* fix creator profile margin * fix projects section margin * fix wider project css issues * fix eslint issues Closes #1005 Signed-off-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org> Co-authored-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org>
* create views and utils methods to recommend projects * create api function to receive recommended projects in the frontend * modify project filtering * refactor recommend projects function Issue: #1013 Signed-off-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org> Co-authored-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org>
* style page and add login card * fix misaligned login form in search results * change styles for creator search * implement no results found design * make results one row * made some major refactors Issue: #802 Signed-off-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org> Co-authored-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org>
* minor modifications to the admin model * add admin models management to admin.py * implement effective signals to handle admin models instances, addition, modification and deletion with proper cleanup Issue: #1094 Signed-off-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org> Co-authored-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org>
dfe0c98 to
409e1e2
Compare
|
@tuxology this has been rebased so we can focus on testing before merging to staging |
|
All pre-commit checks passed ✅✅✅ |
Summary
'materials used' field used to be displayed as empty every time the user tries to edit their activity.
Closes #1106
Changes
<ol><li></li></ol>is changed to[ ]so that the field uses the formik valueAfter
Creating activity for the first time:
Screen.Recording.2024-02-16.at.9.22.15.AM.mov
Editing Activity:
Screen.Recording.2024-02-16.at.9.23.19.AM.mov