Summary | Tags are lost on edit |
Queue | Trean |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 11/14/2012 (4654 days ago) |
Due | |
Updated | 11/14/2012 (4654 days ago) |
Assigned | |
Resolved | 11/14/2012 (4654 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 994d08d778df0b9e1daed6eb159fa20db48b1a61
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Nov 14 13:44:39 2012 -0500
Move to the pretty autocompleter, fix saving tags after editing.
Fixes
Bug: 11700trean/add.php | 7 +++++--
trean/app/controllers/SaveBookmark.php | 2 +-
trean/edit.php | 11 +++++++----
trean/lib/Ajax/Imple/TagAutoCompleter.php | 6 ++++--
trean/templates/edit.html.php | 5 ++---
trean/themes/default/screen.css | 8 ++++++++
6 files changed, 27 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/994d08d778df0b9e1daed6eb159fa20db48b1a61
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Trean
Summary ⇒ Tags are lost on edit
Type ⇒ Bug
State ⇒ Unconfirmed
when you create a new bookmark with tags,
those tags are lost when you try to edit the bookmark.
Thomas