Download & Extend

Multi-value Autocomplete Textfield Not Empty when Empty - Breaking Rules Functionality

Project:Autocomplete Widgets for Text and Number Fields
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Triggered Rules
- using "After Saving New Content" Event
- adding the condition "Field has Value"
- inputting nothing (leave empty) or "NULL"

WORKS for a single value autocomplete textfield (allowing actions to complete correctly)

DOES NOT WORK for a multi-value value autocomplete textfield (breaking actions)

This may be because the multi-value autocomplete textfield is not actually empty when no values are inputted. This should be fixed.

Comments

#1

maybe this is a cck issue? #446390: make rules conditions more robust ("Don't check for additional empty values, when there are multiple values. Fix checking for empty values.") - Although this issue has been fixed so the problem might lie elsewhere.