On 14.11.2013 12:27, Andreas Schwab wrote:
Stephan Kulow <coolo@suse.de> writes:
I fixed the bug, but I won't cheat on you - keep guessing ;)
There's also an entry with no name:
<entry name="" available="false" recommended="false"/>
That's indeed interesting, but it's not the problem - the ID of that entry is 13 which must be pretty old. No, the fix is: - <%= hidden_field_tag(reponame + '_arch[]', arch.name, :id => reponame + '_arch_' + arch.name) if arch.recommended == 'true' %> + <%= hidden_field_tag(reponame + '_arch[]', arch.name, :id => reponame + '_arch_' + arch.name) if arch.recommended %> Greetings, Stephan -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org