-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
- http://127.0.0.1:8000/djaopsp/app/alliance/assess/7e444029f6e34bfbb2f140248b6b4fd0/sustainability/
Upon opening the URL from http://127.0.0.1:8000/djaopsp/app/alliance/getstarted/ > Update it shows all 4 tiles as expected:

but once I click "Planning" it switches to only show Production:

Going back to Assess shows Production now instead of the other 4:

And the scorecard is also showing Construction:

However, whenever I go back to the URL http://127.0.0.1:8000/djaopsp/app/alliance/getstarted/ > Update it shows all 4 tiles as expected again. And this issue doesn't occur on the Cybersecurity framework.
- Clicking Metric Tons COe2 clears all data and doesn’t show metric tons coe2 as the selected choice in assess/data&metrics. Probably some Vue issue.
- http://127.0.0.1:8000/djaopsp/app/djaopsp/campaigns/sustainability/
NoReverseMatch at /djaopsp/app/djaopsp/campaigns/sustainability/
Reverse for 'pages_api_alias_node' with arguments '(<Account: djaopsp>, '')' not found. 1 pattern(s) tried: ['djaopsp/api/editables/(?P[-a-zA-Z0-9_]+)/content/alias/(?P.+)\Z']
- OperationalError at /djaopsp/api/energy-utility/reporting/sustainability/engagement
no such column: djaopsp_account.picture
URL:http://127.0.0.1:8000/djaopsp/api/energy-utility/reporting/sustainability/engagement
PortfolioEngagementAPIView
Uses this serializer:EngagementSerializer
And the serializer inherits fromAccountSerializerwhich has a picture field, while the djaopsp account doesn't have one.
- pip install -r requirements.txt was causing an issue because of docutils==0.20.1 and docutils==0.18.1 both being in it. Commenting out docutils==0.20.1 fixed it.
Reactions are currently unavailable