Problem/Motivation
Noticed a bunch of notices in the log.
Notice: Undefined index: #custom_settings in
theme_field_collection_table_multiple_value_fields() (line 120 of field_collection_table/theme/theme.inc).
Looks like when viewing a page that is not the edit form or in an entityform it will not have nor need drag functionality.
Proposed resolution
Default to nodragging = TRUE when the #custom_settings doesn't exist.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | custom_settings-2697311-2.patch | 780 bytes | joelpittet |
Comments
Comment #2
joelpittetComment #4
kevineinarsson commentedThis solution seems reasonable. Committed to 7.x-1.x. Thanks @joelpittet.
Comment #5
joelpittetThanks for committing this.