The 8.x code base currently has 4 places where
@defgroup updates-7.x-to-8.x
is defined: tracker.install, system.install, syslog.install, dblog.install (these are all in their respective core/modules/[module] directories).
The definition should only be in system.install. The rest should be changed to @addtogroup statements instead. See http://drupal.org/node/1354#groups for details.
As a note, 7.x does not have this problem.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | defgroupfix-1809952-1.patch | 1.79 KB | drupalmonkey |
Comments
Comment #1
drupalmonkey commentedChanged defgroup to addtogroup for tracker.install, dblog.install, and syslog.install. Patch attached.
Comment #2
jhodgdonThanks! That's exactly the right patch. I'll get it committed shortly.
Comment #3
jhodgdonThanks again! Committed to 8.x.