bugfix integration with dpp/dlt #50

Merged
pedro merged 12 commits from fix_build into main 2025-02-14 13:36:40 +00:00
Showing only changes of commit 74d48c173b - Show all commits

View file

@ -108,8 +108,8 @@ class PublicDeviceWebView(TemplateView):
dev = Build(self.object.last_evidence.doc, None, check=True)
doc = dev.build.get_doc()
data['document'] = json.dumps(doc)
data['device'] = dev.device
data['components'] = dev.components
data['device'] = dev.build.device
data['components'] = dev.build.components
self.object.get_evidences()
last_dpp = Proof.objects.filter(