mitre / magma

MITRE Caldera's user interface plugin powered by VueJS
Apache License 2.0
3 stars 7 forks source link

Fix the Group field in Operation Details #59

Closed guillaume-duong-bib closed 3 months ago

guillaume-duong-bib commented 3 months ago

Fixes mitre/caldera#3005: the Operation Details popup does not display the correct value when an operation has a specific agent group selected.

This field is currently filled this way: td {{operationStore.operations[operationStore.selectedOperationID].autonomous ? "all" : "red"}} But I don't see how the autonomous aspect of an operation correlates in any way to its target agent group, thus the suggested change.

Here's an operation created with the group "yellow" selected, before: image

and after: image

elegantmoose commented 3 months ago

On queue

guillaume-duong-bib commented 3 months ago

@maxime-escourbiac-bib