Skip to content

Commit

Permalink
Merge pull request #2259 from greenbone/gmp-doc-get-filters-in-use
Browse files Browse the repository at this point in the history
GMP doc: GET_FILTERS: fix summary of IN_USE
  • Loading branch information
a-h-abdelsalam authored Sep 4, 2024
2 parents 648c4d1 + 87802e2 commit 3390f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ install (FILES src/alert_methods/vFire/alert
DESTINATION ${GVMD_DATA_DIR}/global_alert_methods/159f79a5-fce8-4ec5-aa49-7d17a77739a3/
PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)

install (CODE "file (MAKE_DIRECTORY \$ENV{DESTDIR}${GVMD_DATA_DIR}/wizards)")
install (CODE "file (MAKE_DIRECTORY \$ENV{DESTDIR}${GVMD_DATA_DIR}/wizards)")

install (FILES src/wizards/quick_first_scan.xml
src/wizards/get_tasks_deep.xml
Expand Down
2 changes: 1 addition & 1 deletion src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11990,7 +11990,7 @@ END:VCALENDAR
</ele>
<ele>
<name>in_use</name>
<summary>Whether any tasks are using the filter</summary>
<summary>Whether any alerts are using the filter</summary>
<pattern><t>boolean</t></pattern>
</ele>
<ele>
Expand Down

0 comments on commit 3390f9f

Please sign in to comment.