Comment # 4 on bug 1203119 from
AFAICS the combo box is disabled because there is only one policy available in
this case:

https://github.com/yast/yast-installation/blob/master/src/lib/installation/widgets/lsm.rb#L112

      def init
        self.value = settings.selected&.id.to_s
        disable if items.size <= 1
      end

Why there is only one I don't know.


You are receiving this mail because: