#2341 closed defect (bug) (fixed)
Unable to remove user contact info
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Administration | Version: | 2.0 |
| Severity: | minor | Keywords: | user profile contace bg|has-patch bg|dev-feedback |
| Cc: |
Description
When entered contact information (Jabber, AOL IM, etc), you are unable to remove the data afterwards.
Attachments (2)
Change History (10)
comment:1
davidhouse
— 7 years ago
- Owner changed from anonymous to davidhouse
- Status changed from new to assigned
comment:2
davidhouse
— 7 years ago
davidhouse
— 7 years ago
comment:3
davidhouse
— 7 years ago
- Keywords contace bg|has-patch bg|dev-feedback added; contact remove removed
Anyway, here's a patch to remove those lines. Anyone any info on why this is a bad idea?
comment:5
matt
— 7 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Not allowing blank data value is actually the intended behaviour.
A better patch should just delete the row if the value is blank.
davidhouse
— 7 years ago
comment:6
davidhouse
— 7 years ago
As requested.
Note: See
TracTickets for help on using
tickets.
The problem is these lines in update_usermeta():
What the hell is that?