We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bde912 commit a1e8b6aCopy full SHA for a1e8b6a
Makefile
@@ -15,7 +15,7 @@ OUT = out
15
16
.PHONY: all clean build copy_assets minify_static sitemap
17
18
-all: build copy_assets sitemap
+all: build copy_assets minify_static sitemap
19
20
build:
21
@$(RM) -rf $(OUT)
stigaview_static/models.py
@@ -51,6 +51,7 @@ def search_primary_key(self) -> str:
51
def to_search_json(self) -> Dict[str, str | List[str]]:
52
return {
53
"id": self.search_primary_key,
54
+ "product": self.stig.product.short_name,
55
"title": self.title,
56
"description": self.description,
57
"fix": self.fix,
0 commit comments