CRM-13187 - CRM_Admin_Form_WordReplacements
authorTim Otten <totten@civicrm.org>
Sat, 31 Aug 2013 06:18:54 +0000 (23:18 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 31 Aug 2013 06:32:06 +0000 (23:32 -0700)
commit0f65e8343ca2b8dbcf4beb675c0880a2fbb61b53
treee70803fb6c2f4b759cc162b0b5516c3af4c003b8
parent63b71ea8d665e61884b93d2b50334a24ea5ea950
CRM-13187 - CRM_Admin_Form_WordReplacements

Patch the admin UI for word-replacements so that it reads and writes
records in the civicrm_word_replacement table.  To make this work
without a total rewrite, we add two steps:

 * At the beginning, call the "civicrm_word_replacement=>civicrm_domain" logic
   (This logic is already written -- it's in the BAO.)
 * At the end, call the the "civicrm_domain=>civicrm_word_replacement" logic
   (This logic is already written -- copied from the upgrader to the BAO.)

This is inefficient but much simpler than rewriting the UI.

----------------------------------------
* CRM-13187: hrui: Change breadcrumb from "CiviCRM" to "CiviHR"
  http://issues.civicrm.org/jira/browse/CRM-13187
CRM/Admin/Form/WordReplacements.php
CRM/Core/BAO/WordReplacement.php
CRM/Upgrade/Incremental/php/FourFour.php