Modify ↓
Opened 14 years ago
Closed 14 years ago
#8360 closed defect (fixed)
Position not saving when field does not yet exist
Reported by: | Rob Guttman | Owned by: | Rob Guttman |
---|---|---|---|
Priority: | highest | Component: | QueuesPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Ah, right. Need to first check that row exists. Do an INSERT if it doesn't.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [9732]) refs #8360: now does an INSERT if custom field's row does not yet exist (instead of an UPDATE).