Summary | Fix delete of memos |
Queue | Mnemo |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 06/18/2014 (4034 days ago) |
Due | |
Updated | 06/20/2014 (4032 days ago) |
Assigned | |
Resolved | 06/20/2014 (4032 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit 672591f363043bb43a6257a419e6daa5e6bb800f
Author: Jan Schneider <jan@horde.org>
Date: Fri Jun 20 15:21:21 2014 +0200
[jan] Fix link on edit form to delete notes (Thomas Jarosch
<thomas.jarosch@intra2net.com>,
Bug #13271).mnemo/docs/CHANGES | 2 ++
mnemo/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/672591f363043bb43a6257a419e6daa5e6bb800f
commit fc0584f3f0c72c7e6c223b4a13c2f22720976997
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Jun 19 16:49:12 2014 +0200
Fix delete of memos
Simple typo in the code...
Bug: 13271Signed-off-by: Jan Schneider <jan@horde.org>
mnemo/memo.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/fc0584f3f0c72c7e6c223b4a13c2f22720976997
commit 7b709f6d118fd7cbf0f40f5fbb83bb4d020ef63a
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Jun 19 16:49:12 2014 +0200
Fix delete of memos
Simple typo in the code...
Bug: 13271Signed-off-by: Jan Schneider <jan@horde.org>
mnemo/memo.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/7b709f6d118fd7cbf0f40f5fbb83bb4d020ef63a
Priority ⇒ 1. Low
New Attachment: 0001-Fix-delete-of-memos.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Mnemo
Summary ⇒ Fix delete of memos
Type ⇒ Bug
State ⇒ Unconfirmed
Attached patch fixes the issue.