Problem/Motivation

The hook_install needs to be present in .install, see doc:
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Extension...

The diff_install is in .module.
This can lead to problems with executing the hook as it's only checked in the .install file on install.

Proposed resolution

Move.

CommentFileSizeAuthor
#2 diff_2811417_install_2.patch1.62 KBmiro_dietiker

Comments

miro_dietiker created an issue. See original summary.

miro_dietiker’s picture

Status: Active » Needs review
StatusFileSize
new1.62 KB

  • miro_dietiker committed 7e78204 on 8.x-1.x
    Issue #2811417 by miro_dietiker: Move diff_install into .install
    
miro_dietiker’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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