Skip to content

Commit a1e8b6a

Browse files
committed
Update based on feedback
1 parent 4bde912 commit a1e8b6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OUT = out
1515

1616
.PHONY: all clean build copy_assets minify_static sitemap
1717

18-
all: build copy_assets sitemap
18+
all: build copy_assets minify_static sitemap
1919

2020
build:
2121
@$(RM) -rf $(OUT)

stigaview_static/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def search_primary_key(self) -> str:
5151
def to_search_json(self) -> Dict[str, str | List[str]]:
5252
return {
5353
"id": self.search_primary_key,
54+
"product": self.stig.product.short_name,
5455
"title": self.title,
5556
"description": self.description,
5657
"fix": self.fix,

0 commit comments

Comments
 (0)