Hello,
Such as in D8 version there is no more conditional_fields.api.inc file usage of module_load_include function can be removed from module file(line 335).
Best regards
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | NoFileSpecified.png | 26.94 KB | paulocs |
| #2 | unused_module_load_include-3134427-2.patch | 653 bytes | grapefruitjuice |
Issue fork conditional_fields-3134427
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
grapefruitjuice commentedThere is a patch, please review it.
Comment #3
paulocsI agree. I was working in the module and see this unnecessary
module_load_includeas well (I almost created a duplicated issue).Just to make easier the review of the maintainers I did a little research and saw that
conditional_fields.api.incwas removed in #2926132: OOify contents of conditional_fields.api.inc and then delete it.Comment #4
paulocsAttaching an image with the files from the current 4.x-dev branch and changing the issue version.
Comment #6
thallesThis make sense to me!
Thanks everyone!
Comment #8
thallesComment #9
thalles