Am I missing something or this module really does not work for Node reference and User reference fields?
I get "Limit this field's options according to matching field values" checkbox only for Term reference field.
Should I create new fields and user Entity reference instead?

Comments

joachim’s picture

> Node reference and User reference fields

Do you mean those from http://drupal.org/project/references?

Both the project page and the code state that those aren't supported:

/**
 * Define the list of field types we work with.
 */
function reference_options_limit_get_field_types() {
  return array(
    'taxonomy_term_reference',
    'entityreference',
  );
}

Also, given that http://drupal.org/project/references states it will be soon deprecated, it's not something I'll be adding support for.

So yes, I suggest replacing your fields. Alternatively, I'll consider a patch for supporting these.

joachim’s picture

Component: User interface » Code
Category: support » feature
Status: Active » Postponed