OG is dependent on text. In hook install a field of type "text_long" is created if the membership request field is not found. Running test cases this caused issues. Adding the dependency for 'text' which creates the "text_long" filed solved the issue.
dependencies[] = text
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1545490-1-text_dependency.patch | 282 bytes | rbrandon |
Comments
Comment #1
rbrandon commentedPatch:
Comment #2
rbrandon commentedComment #3
rbrandon commentedChange status
Comment #4
amitaibucommitted, thanks.