Posted by TimelessDomain on November 6, 2010 at 7:33am
1 follower
Jump to:
| 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.