When cloning a node the value is not detected and this module complains that the reference should be set via the URL
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | i2804439-12.patch | 1.42 KB | attiks |
| #9 | i2804439-9.patch | 840 bytes | attiks |
| #4 | i2804439-4.patch | 797 bytes | attiks |
| #2 | i2804439-2.patch | 1017 bytes | attiks |
Comments
Comment #2
attiks commentedAttached patch checks the items_count on the field
Comment #4
attiks commentedLet's try this again
Comment #6
amitaibuTHanks.
I think enough to do
(!empty($value['items_count']). Also worth adding a comment why it's needed.Comment #7
attiks commented$value['items_count'] can be 0, so we need the $value['items_count'] > 0
Comment #8
attiks commentednevermind, misread the empty part
Comment #9
attiks commentedComment #11
amitaibuI suspect the test is failing regardless. Just yesterday I had this one that might help
Comment #12
attiks commentedattempt to fix the test
Comment #13
attiks commentedComment #15
attiks commentedFailed, no idea why