Summary | Move stock ID field |
Queue | Sesha |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | ralf.lang (at) ralf-lang (dot) de |
Requester | jan (at) horde (dot) org |
Created | 11/06/2012 (4596 days ago) |
Due | |
Updated | 12/29/2012 (4543 days ago) |
Assigned | 12/28/2012 (4544 days ago) |
Resolved | 12/29/2012 (4543 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 1 |
Patch | No |
commit 5ecc4a782929497e29bc1054339259b817c5e420
Author: Ralf Lang <lang@b1-systems.de>
Date: Sat Dec 29 10:50:11 2012 +0200
Load prototype earlier to make the search field display properly
#11657.sesha/list.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/5ecc4a782929497e29bc1054339259b817c5e420
State ⇒ Assigned
State ⇒ Feedback
I still have an UI issue: In all most views I see a "Stock Id" prompt
in the search field but in list view, it's blank.
I have not found the root cause, probably some css. The HTML includes
the title="Stock Id" option.
commit 8cd7e224f306d53be62d428f8ad45e5dbeef2bbf
Author: Ralf Lang <lang@b1-systems.de>
Date: Tue Dec 11 23:07:06 2012 +0200
Move quicksearch to topbar and remove the "menu" template. Allow
search by Name or Id (
Request #11657).sesha/admin.php | 7 ++++++-
sesha/docs/CHANGES | 1 +
sesha/list.php | 1 -
sesha/package.xml | 12 +++++-------
sesha/search.php | 7 ++++++-
sesha/stock.php | 8 ++++++--
sesha/templates/menu.inc | 9 ---------
7 files changed, 24 insertions(+), 21 deletions(-)
http://git.horde.org/horde-git/-/commit/8cd7e224f306d53be62d428f8ad45e5dbeef2bbf
commit 54384a6632d34ac7cf915e3da9a339127bde27ae
Author: Ralf Lang <lang@b1-systems.de>
Date: Tue Dec 11 22:56:44 2012 +0200
Move the search to topbar in list view and allow quicksearching
by name and ID (
Request #11657).sesha/list.php | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/54384a6632d34ac7cf915e3da9a339127bde27ae
instead. Bonus points for allowing both, direct ID access and search
for item name, from the search field.
I have compared with wicked and whups which sport a similar search
field and they have it in the same place?
Kronolith, IMP, Gollem, Trean.
instead. Bonus points for allowing both, direct ID access and search
for item name, from the search field.
I have compared with wicked and whups which sport a similar search
field and they have it in the same place?
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒ 1
Assigned to Ralf Lang
Queue ⇒ Sesha
Summary ⇒ Move stock ID field
Type ⇒ Bug
Priority ⇒ 1. Low
instead. Bonus points for allowing both, direct ID access and search
for item name, from the search field.