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.

CommentFileSizeAuthor
#1 defgroupfix-1809952-1.patch1.79 KBdrupalmonkey
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drupalmonkey’s picture

Status: Active » Needs review
FileSize
1.79 KB

Changed defgroup to addtogroup for tracker.install, dblog.install, and syslog.install. Patch attached.

jhodgdon’s picture

Assigned: Unassigned » jhodgdon
Status: Needs review » Reviewed & tested by the community

Thanks! That's exactly the right patch. I'll get it committed shortly.

jhodgdon’s picture

Assigned: jhodgdon » Unassigned
Status: Reviewed & tested by the community » Fixed

Thanks again! Committed to 8.x.

Automatically closed -- issue fixed for 2 weeks with no activity.