Misc updates
This commit is contained in:
parent
699604534c
commit
f022791e44
1142
classes/finding.inc
1142
classes/finding.inc
File diff suppressed because it is too large
Load Diff
@ -6035,6 +6035,16 @@
|
||||
"nn": true,
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "scan_id",
|
||||
"dataType": "int(11)",
|
||||
"type": 3,
|
||||
"length": 11,
|
||||
"values": [],
|
||||
"ai": false,
|
||||
"nn": true,
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "note",
|
||||
"dataType": "mediumtext",
|
||||
@ -6064,6 +6074,15 @@
|
||||
"field": "pdi_id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
},
|
||||
{
|
||||
"id": "scan_find_scan_notes_id",
|
||||
"local": "scan_id",
|
||||
"schema": "sagacity",
|
||||
"table": "scans",
|
||||
"field": "id",
|
||||
"update": null,
|
||||
"delete": null
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -422,8 +422,9 @@ include_once 'header.inc';
|
||||
<select name='checklists[]' class='checklists' id="checklists" multiple='multiple'>
|
||||
<?php
|
||||
$all_chks = $db->get_Checklist();
|
||||
foreach ($all_chks as $key => $chk):print $chk->print_Option();
|
||||
endforeach;
|
||||
/** @var checklist $chk */
|
||||
foreach ($all_chks as $chk)
|
||||
print $chk->print_Option();
|
||||
?>
|
||||
</select>
|
||||
</td>
|
||||
|
18
ste/ste_script.min.js
vendored
18
ste/ste_script.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user