After installing this module on an existing website, two title fields appear when creating or editing a blog_post node. Enabling the Title module causes the core Title field to disappear, leaving only the custom title field.

The solution is probably to include a line like the following in commerce_kickstart_blog.info:

dependencies[] = title

Comments

bojanz’s picture

Any module that starts with commerce_kickstart_ is meant for kickstart v2 only and should never be copied to other sites (compatibility problems guaranteed).
Still, keeping this open so we can add an explicit dependency if needed.

bojanz’s picture

Issue summary: View changes

corrected copy/paste error

sja1’s picture

Hi, before installing on another site I edited the module to remove kickstart specific code, that's when I discovered the missing dependency. Definitely a minor point, and not a problem for kickstart users.

lsolesen’s picture

Issue summary: View changes
Status: Active » Needs review

  • Commit 5f0c02f on 7.x-2.x by bojanz:
    Merge pull request #12 from lsolesen/2122127
    
    Issue #2122127 by sja1:...
  • Commit c6103bd on 7.x-2.x by lsolesen:
    Issue #2122127 by sja1: Add title as dependency to CK Blog feature
    
lsolesen’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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