When I add a content type (that has Unique fields dependency, ie. there is at least one field checked to be unique on content type edit form) component to a feature, Unique field module is not added automatically as a depend. Expected behavior would be that unique_field.module would get added as a dependency component to the feature if such a content type component is added to the feature that has Unique field dependency (like above).

CommentFileSizeAuthor
#1 unique_field.module.diff1.02 KBsabesneit
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sabesneit’s picture

Version: 7.x-1.0-beta1 » 6.x-1.4
Category: bug » feature
FileSize
1.02 KB

I did it in D6 for a project, based on the auto_nodetitle module. I guess it's not a big thing to bring this in D7.

jchatard’s picture

Status: Active » Reviewed & tested by the community

Works great, thanks!

JThan’s picture

Issue summary: View changes

I expected that the settings would also be exported.