I have discovered a conflict with the create/edit views form. For example, in creating filters there are no choices visible. The multi-select div is there with checkboxes but no text. I'm using views 5.x-1.6 on Core 5.7. Thanks for the great module, it works great using webforms.

Comments

falconerc’s picture

I've found the same problem with the 5.x version of this module.

My contributors like this a lot better than going with CTRL+mouse clicks for multiple selections (it's not easy for non-computer users to grasp the concept).

And I can't say it's "Time to upgrade" because we still have to use Drupal 5.x due to LDAP integration issues with 6.x. If this is a fix that is doable for the 5.x version, it would be most appreciated.

c

paulmckibben’s picture

Title: Conflicts with Views? » Better Select breaks Views filter on "single checkbox" CCK field.

I have confirmed the following conflict with Views, with a filter on a "single checkbox" CCK field.

1. I created a view. I added a filter on a CCK "single checkbox" field, with two possible values: 0 (unchecked), and 1 (checked).
2. In the filter, if I only select "1" (checked), it stores the filter as having both items checked. In the database table "view_filter", it stores the "value" as "1,0".
3. If I disable the Better Select module, this behavior goes away: if I only highlight the "1" (checked) value in the filter, it stores the filter as I specified. In the "view_filter" table in the database, the "value" is "1".

This is confirmed in Drupal 5.16, Better Select 5.x-1.0-beta1, and Views 5.x-1.6.

john franklin’s picture

Status: Active » Closed (won't fix)

Drupal 5 is no longer supported. If this is still an issue in 6.x or 7.x, please open a new issue.