Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed the scanType parameter #210

Merged
merged 9 commits into from
Apr 29, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ public Map<String, String> getProperties(VariableResolver<String> resolver) thro
}
}
properties.put(LOGIN_TYPE,m_loginType);
properties.put(SCAN_TYPE, m_scanType);
properties.put(TEST_OPTIMIZATION_LEVEL, m_optimization);
if (!m_presenceId.equals(EMPTY)) {
properties.put(PRESENCE_ID, m_presenceId);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ LICENSE: Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0
</f:entry>

<f:optionalBlock title="${%label.additional.options}" field="hasOptions" inline="true">

<f:entry title="${%label.scan.type}" field="scanType">
<f:select />
</f:entry>

<f:entry title="${%label.scan.optimization}" field="optimization">
<f:select />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading