#12196 closed defect (bug) (fixed)
Changes to a link's categories don't stick
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
With trunk, try the following:
- Add a new link without selecting a category
- Click edit on your new link
- Select a new category in addition to or instead of the default "Blogroll"
- Click update
On my install it doesn't update the category status of the link.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [13053]) Test explicitly for false from insert()/update(). Fixes early return that preventing link categories from being saved. fixes #12196