יחידה:ParamValidator: הבדלים בין גרסאות בדף
ניסוי |
DK |
||
| שורה 244: | שורה 244: | ||
or not compatible( tp_param.type, value ) and 'incompatible' | or not compatible( tp_param.type, value ) and 'incompatible' | ||
or not series and already_seen[tp_param] and hasval and 'duplicate' | or not series and already_seen[tp_param] and hasval and 'duplicate' | ||
or hasval and not list_empty_or_contains( | or hasval and not list_empty_or_contains(tp_param.suggestedvalues , value) and 'unsuggested-value' | ||