Closed (fixed)
Project:
Drupal core
Component:
profile.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2005 at 09:28 UTC
Updated:
7 Feb 2005 at 22:15 UTC
When adding profile fields, the title must be unique across all categories. Is this by design? I think it makes sense to only have titles unique within a category.
The following steps result in an error with the current profile.module:
1. go to admin/user/configure/profile
2. add single-line text-field: category: bar, title: foo
3. add single-line text-field: category: baz, title: foo
4. error: "The specified title is already in use."
The attached patch changes the behavior so titles only need to be unique in a category.
| Comment | File | Size | Author |
|---|---|---|---|
| profile.module_1.patch | 732 bytes | wulff |
Comments
Comment #1
dries commentedCommitted to HEAD. Thanks.
Comment #2
(not verified) commented