Summary | 2 bugs in admin/index.php |
Queue | Whups |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | birnbacs (at) gmail (dot) com |
Created | 09/15/2015 (3558 days ago) |
Due | |
Updated | 10/20/2017 (2792 days ago) |
Assigned | |
Resolved | 09/16/2015 (3557 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit 8771edac117810413b733cf60a8336e62649f9f7
Author: Jan Schneider <jan@horde.org>
Date: Thu, 29 Jun 2017 11:18:27 +0200
[jan] Fix deleting attributes from ticket types (
Bug 14111).M docs/CHANGES
M package.xml
https://github.com/horde/whups/commit/8771edac117810413b733cf60a8336e62649f9f7
commit 71311ba515171990d92f852f1a11f0d22a583a22
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu, 29 Jun 2017 11:09:26 +0200
Bug: 14111Fix class names/typos.M admin/index.php
https://github.com/horde/whups/commit/71311ba515171990d92f852f1a11f0d22a583a22
commit 08abf1eeaf666058fcceafd4d1659fb1bfd42dfe
Author: Jan Schneider <jan@horde.org>
Date: Thu Jun 29 11:18:27 2017 +0200
[jan] Fix deleting attributes from ticket types (
Bug 14111).whups/docs/CHANGES | 1 +
whups/package.xml | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/08abf1eeaf666058fcceafd4d1659fb1bfd42dfe
commit da04266a0397b35f44ba9e3ac61793c5966d5b0f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Sep 16 08:56:31 2015 -0400
Bug: 14111Fix class names/typos.whups/admin/index.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/da04266a0397b35f44ba9e3ac61793c5966d5b0f
Assigned to Michael Rubinsky
State ⇒ Resolved
Priority ⇒ 1. Low
Thanks!
commit 7d6415aa89aeba27769e4d403dc95198694b1241
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Sep 16 08:56:31 2015 -0400
Bug: 14111Fix class names/typos.whups/admin/index.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/7d6415aa89aeba27769e4d403dc95198694b1241
New Attachment: index.php
Exception. The reason is found in admin/index.php.
1.) line 968: incorrect class referenced.
2.) line 992: typo. "From" should read "Form"
I marked my proposed fixes in the enclosed file with "S. Birnbach 2015-09-15"
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ 2 bugs in admin/index.php
Queue ⇒ Whups
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
Exception. The reason is found in admin/index.php.
1.) line 968: incorrect class referenced.
2.) line 992: typo. "From" should read "Form"
I marked my proposed fixes in the enclosed file with "S. Birnbach 2015-09-15"