[Tickets #13528] "Duplicate Search" dialog is broken

noreply at bugs.horde.org noreply at bugs.horde.org
Fri Aug 29 09:58:56 UTC 2014


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: https://bugs.horde.org/ticket/13528
------------------------------------------------------------------------------
  Ticket           | 13528
  Erstellt Von     | woe at gmx.de
  Zusammenfassung  | "Duplicate Search" dialog is broken
  Warteschlange    | Turba
  Version          | 4.2.1
  Typ              | Bug
  Status           | Unconfirmed
  Priorität        | 2. Medium
  Milestone        |
  Patch            | 1
  Zuständige       |
------------------------------------------------------------------------------


woe at gmx.de (2014-08-29 09:58) hat geschrieben:

Duplicate search in Turba is broken for some time now, maybe one year.  
The search itself works fine, it's only the dialog that can not be  
rendered.

The following two changes fix that for me:

# diff -u search.php.org search.php
--- search.php.org      2014-07-22 11:10:33.000000000 +0200
+++ search.php  2014-08-29 11:41:16.197951992 +0200
@@ -260,6 +260,7 @@

  case 'duplicate':
      $title = _("Duplicate Search");
+    $page_output->addScriptFile('search.js');
      break;
  }

# diff -u duplicate.html.php.org duplicate.html.php
--- duplicate.html.php.org      2014-03-14 21:47:16.000000000 +0100
+++ duplicate.html.php  2014-08-29 11:40:37.421951951 +0200
@@ -14,4 +14,3 @@
  <input type="hidden" name="source" value="<?php echo  
key($this->addressBooks) ?>" />
  <?php endif; ?>

-</form>

Best regards - Werner Hunger.





More information about the bugs mailing list