From 0a357a7d44aa3591c646daded8c25853eeafa5a3 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 23 Jul 2014 15:55:11 +0200 Subject: Add typeahead suggest to the merge request form Add the typeahead implementation we already use for the package search to the merge target text field. Instead of suggesting packages, suggest package base names. Signed-off-by: Lukas Fleischer --- web/html/pkgmerge.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'web/html') diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php index 6a3b3c5..df97a2a 100644 --- a/web/html/pkgmerge.php +++ b/web/html/pkgmerge.php @@ -36,6 +36,23 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?> + + +

-- cgit v1.2.3-54-g00ecf