Remove entity_reference dependency
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3101148-after-patch.png | 17.32 KB | devashish jangid |
| #5 | 3101148-before-patch.png | 17.62 KB | devashish jangid |
| #2 | 3101148-remove_entity_reference_dependency-1.patch | 388 bytes | lukasss |
Remove entity_reference dependency
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3101148-after-patch.png | 17.32 KB | devashish jangid |
| #5 | 3101148-before-patch.png | 17.62 KB | devashish jangid |
| #2 | 3101148-remove_entity_reference_dependency-1.patch | 388 bytes | lukasss |
Comments
Comment #2
lukasss commentedComment #3
lukasss commentedComment #4
guilopes commentedwhy should we remove this? this module explicitly depends on entity_reference otherwise you can't even use it (the field type it applies to is entity_reference)
Comment #5
devashish jangid commentedVerified and tested patch #2.
Patch applied successfully and looks good for me.
Sharing screenshot for the reference.
Moving this ticket to RTBC.
Comment #6
guilopes commentedDevashish, please do not move to RTBC. I need to understand why we should remove this dependency. as I mentioned on #4
Comment #7
mkolar commented@guilopes this is RTBC, i just tested this module on D9 and entity_reference module is deprecated (/moved to core), looks like contrib modules should not set such dependencies anymore. It throws an error. WIth this patch, module works on D9 without problem.