A strange problem. I've a vocabulary with some terms. One role is not permitted too choose option Foo and bar.

default

View, Update and Delete are set to ignore
Add & View to Yes

terms Foo & Bar

View, Update and Delete are set to ignore
Add NO
View Yes

This is working: the terms are greyed out and the user can't change them. Foo and bar are set to active by default. When saving, both options are on. The default choice is working.

The problem is, the greyed out checkbox shows no checkmark for foo, but bar has one. The source is showing that (obviously) checked is missing. Removing CSS-files didn't help, so it's no forgotten tweaking.

source Foo
<input class="tac_field_zichtbaarheid form-checkbox" type="checkbox" id="edit-field-zichtbaarheid-und-18" name="field_zichtbaarheid[und][18]" value="18" disabled="disabled">
source Bar
<input class="tac_field_zichtbaarheid form-checkbox" type="checkbox" id="edit-field-zichtbaarheid-und-2" name="field_zichtbaarheid[und][2]" value="2" checked="checked" disabled="disabled">

Argh .. help :-( Where should i look?

Comments

MatthijsG created an issue.