From a36c85e11e0cd82a82ebc20d09d1dcab60f19425 Mon Sep 17 00:00:00 2001 From: Aidan Saunders Date: Thu, 20 Jul 2023 23:27:52 +0100 Subject: [PATCH] Update Readme & links --- ext/civicrm_search_ui/README.md | 26 +++++++++++++------ .../ang/afsearchFindContributions.aff.html | 2 +- ext/civicrm_search_ui/info.xml | 2 +- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/ext/civicrm_search_ui/README.md b/ext/civicrm_search_ui/README.md index 13c0b7dcf8..40630681ab 100644 --- a/ext/civicrm_search_ui/README.md +++ b/ext/civicrm_search_ui/README.md @@ -2,7 +2,9 @@ This experimental extension provides replacements for core Search pages. -These may not have the full functionality of existing pages so enable with caution. +Fully working searches will override core searches. + +Searches still being developed are under the 'Experimental' menu. These may not have the full functionality of older pages. The extension is licensed under [AGPL-3.0](LICENSE.txt). @@ -10,22 +12,30 @@ The extension is licensed under [AGPL-3.0](LICENSE.txt). * PHP v7.4+ -## Installation +## Installation -The extension is distributed with core. +The extension is distributed with core. It can be enabled using the Extensions admin page or using `cv enable civicrm_search_ui` ## Getting Started -New searches will automatically replace core ones. - -## Known Issues +Fully working searches will automatically replace core ones. -Since this is part of core, report issues at -https://lab.civicrm.org/dev/core/-/issues and prefix with 'SearchUI:' +Searches still being developed are under the .Experimental' menu. Get involved with improving these replacements - see https://lab.civicrm.org/dev/core/-/issues/3912 +## Known Issues + +Please see the links below for each page provided by SearchUI and add new issues to those. + +| Search | Status | Issues | +| ------ | ------ | ------ | +| Find Contacts (basic search) | Live | | +| Find Contributions | Experimental | https://lab.civicrm.org/dev/core/-/issues/4440 | + + + diff --git a/ext/civicrm_search_ui/ang/afsearchFindContributions.aff.html b/ext/civicrm_search_ui/ang/afsearchFindContributions.aff.html index de6d529e26..dac443abb7 100644 --- a/ext/civicrm_search_ui/ang/afsearchFindContributions.aff.html +++ b/ext/civicrm_search_ui/ang/afsearchFindContributions.aff.html @@ -1,5 +1,5 @@
-

This is intended as a replacement for the Find Contributions page.  Please provide feedback at https://lab.civicrm.org/dev/core/-/issues/3912

+

This is intended as a replacement for the Find Contributions page.  Please provide feedback at https://lab.civicrm.org/dev/core/-/issues/4440

diff --git a/ext/civicrm_search_ui/info.xml b/ext/civicrm_search_ui/info.xml index 2d838cd67d..417ea3355f 100644 --- a/ext/civicrm_search_ui/info.xml +++ b/ext/civicrm_search_ui/info.xml @@ -9,7 +9,7 @@ aidan.saunders@squiffle.uk - https://lab.civicrm.org/dev/core/-/issues/3912 + https://github.com/civicrm/civicrm-core/tree/master/ext/civicrm_search_ui https://lab.civicrm.org/dev/core/-/issues/3912 https://lab.civicrm.org/dev/core/-/issues http://www.gnu.org/licenses/agpl-3.0.html -- 2.25.1