Essentially if you edit a node and leave 'exclusive_value' to off, then any existing nodes with exclusive_value = true are set to false

maybe something todo with this around line 90


          $old_node = $result->fetchObject();

          // Clear value on the old node.
          db_update($table)
            ->fields(array($column => 0)) // @todo - look up default value and use that.
            ->condition('entity_id', $old_node->entity_id, '=')
            ->execute();

Comments

dgtlmoon’s picture

Priority: Normal » Major
robert castelo’s picture

Status: Active » Fixed
Issue tags: +LONDON_2013_JULY

Fixed in Exclusive Value 7.x-1.2

Automatically closed -- issue fixed for 2 weeks with no activity.