Open oxgr opened 1 month ago
@oxgr for this PR specifically if you can provide some screenshots when it's ready i think it'll ease the review process. Thanks!
have some changes to list page filters otw, but working on them alongside the equipment point lists on another branch rebased here.
@2ynn was going to do this in the next equipment point list page PR, but ended up moving the common Organization
detail page into a separate viewset here so Equipment Point
list page can point to a organization-detail
url
this PR is now ready-ready!
Add a details page for an
Organization
, following the same pattern asProperty
.The page is currently only accessible via the
Beneficiary
list page by clicking on the name of the organization.Note: There is currently a bug where the equipment
data-table
at the bottom of the details page does not render some table elements. The code closely mirrors that of the harvest table in the property details page. @2ynn and I tried to troubleshoot, but no cause could be found.Partially fixes #415
Type of change:
What's Changed:
beneficiary-[create|update]
toorganization-[create|update]
Screenshots:
Affected URLs:
127.0.0.1:8000/beneficiary/
127.0.0.1:8000/beneficiary/<int:pk>
Checklist: