Problem/Motivation

When you create a new content type prefixed by you project name (D7 habits), and export it in the same bundle prefix name, it appears twice on the features list, with a lot of conflicts.

Step by step to reproduce :

- Create a new content type : Label "Blog", machine name : "foo_blog"
- Create a new feature bundle (admin/config/development/configuration/features/bundle) named "foo"
- Generate a new feature (in the foo bundle)

The link under the first "Blog" is "admin/config/development/configuration/features/edit/blog"
On the second one, the link is "admin/config/development/configuration/features/edit/foo_blog"

The code generated is only present once (directory is "foo_blog")

Proposed resolution

- TBD

Remaining tasks

- Discuss how we should handle this case
- Write the patch ?

CommentFileSizeAuthor
capture_3474bbd.png67.32 KBHaza
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Haza created an issue.