Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Comments

Do not show results panel when dry running#93

Merged
rsprudencio merged 1 commit intoOpenSCAP:v1-1from
yuumasato:v1-1-fix-dry-run-workflow
Dec 7, 2016
Merged

Do not show results panel when dry running#93
rsprudencio merged 1 commit intoOpenSCAP:v1-1from
yuumasato:v1-1-fix-dry-run-workflow

Conversation

@yuumasato
Copy link
Member

When users starts a dry run scan they should only see the dialog with
the command that would be performed.

RHBZ#1385549

When users starts a dry run scan they should only see the dialog with
the command that would be performed.

RHBZ#1385549
@yuumasato yuumasato added this to the 1.1.3 milestone Dec 7, 2016
// User will see the CommandLineArgsDialog and then the MainWindow
// ready for a new scan, or dry run
if (mUI.dryRunCheckBox->isChecked())
clearResults();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dry-run is actually ran and then results are cleared? Then it's not a dry-run, is it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no results, this is done just to move the internal state of SCAP Workbench back to the pre-scan state.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, it looks good to me then. 😃

@rsprudencio rsprudencio merged commit e64f4bd into OpenSCAP:v1-1 Dec 7, 2016
@yuumasato yuumasato deleted the v1-1-fix-dry-run-workflow branch December 19, 2016 08:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants