Project

General

Profile

Actions

Refactor #92

closed

"unattended" setting value counter intuitive

Added by Martin Englund over 14 years ago. Updated about 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Unattended installations
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

You have to set

:unattended: true

if you want to disable the unattended installs, which makes the following code look awkward:
# do not show these fields if unattended mode is disabled
unless $settings[:unattended]
  ...
end

Actions

Also available in: Atom PDF