[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 0a1e243495913bc283602b347c0b06ab6e0f133d

Evergreen Git git at git.evergreen-ils.org
Mon Mar 12 10:14:32 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_0 has been updated
       via  0a1e243495913bc283602b347c0b06ab6e0f133d (commit)
      from  7f36c1762a34745df8105e732de5c708778c9370 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0a1e243495913bc283602b347c0b06ab6e0f133d
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Mon Mar 12 10:02:54 2018 -0400

    Docs: Remove docs not applicable in web client
    
    A few docs chapters relate to features that don't exist (yet) in the web
    client, so this commit removes those from the table of contents
    (root*.adoc).
    
    Also, duplicate content was found during the web client docs review, so
    this commit removes the nearly identical docs file and replaces its
    references with references to the slightly better version of the file.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/admin/recent_staff_searches.adoc b/docs/admin/recent_staff_searches.adoc
deleted file mode 100644
index b01e66d..0000000
--- a/docs/admin/recent_staff_searches.adoc
+++ /dev/null
@@ -1,49 +0,0 @@
-Recent Staff Searches
----------------------
-
-This feature enables you to view your recent searches as you perform them in the staff client.  The number of searches that you can view is configurable.  This feature is only available through the staff client; it is not available to patrons in the OPAC. 
-
-*Administrative Settings*
-
-By default, ten searches will be saved as you search the staff client.  If you want to change the number of saved searches, then you can configure the number of searches that you wish to save through the *Library Settings Editor* in the *Admin* module.
-
-To configure the number of recent staff searches:
-
-1. Click *Administration -> Local Administration ->  Library Settings Editor.*
-
-2. Scroll to *OPAC: Number of staff client saved searches to display on left side of results and record details pages*
-
-3. Click *Edit*.
-
-4. Select a *Context* from the drop down menu.
-
-5. Enter the number of searches that you wish to save in the *Value* field.  
-
-6. Click *Update Setting*
-
-image::media/Saved_Catalog_Searches_2_21.jpg[Saved_Catalog_Searches_2_21]
-
-
-NOTE: To retain this setting, the system administrator must restart the web server.
-
-
-If you do not want to save any searches, then you can turn off this feature.
-
-To deactivate this feature:
-
-1. Follow steps 1-4 (one through four) as listed in the previous section.
-
-2. In the *value* field, enter 0 (zero).
-
-3. Click *Update Setting.*  This will prevent you from viewing any saved searches.
-
-
-*Recent Staff Searches*
-
-Evergreen will save staff searches that are entered through either the basic or advanced search fields.  To view recent staff searches:
-
-1. Enter a search term in either the basic or advanced search fields.
-
-2. Your search results for the current search will appear in the middle of the screen.  The most recent searches will appear on the left side of the screen.
-
-image::media/Saved_Catalog_Searches_2_22.jpg[Saved_Catalog_Searches_2_22]
diff --git a/docs/root.adoc b/docs/root.adoc
index 483a686..7806b66 100644
--- a/docs/root.adoc
+++ b/docs/root.adoc
@@ -147,8 +147,6 @@ include::TechRef/KidsOPAC.adoc[]
 // Return to normal title levels.
 :leveloffset: 0
 
-include::admin/customize_staff_client.adoc[]
-
 include::admin/patron_address_by_zip_code.adoc[]
 
 // Push titles down one level.
@@ -300,7 +298,7 @@ include::admin/actiontriggers.adoc[]
 
 include::admin/actiontriggers_process.adoc[]
 
-include::admin/recent_staff_searches.adoc[]
+include::admin/staff_client-recent_searches.adoc[]
 
 include::admin/lsa-standing_penalties.adoc[]
 
@@ -437,8 +435,6 @@ include::circulation/offline_circ_webclient.adoc[]
 
 include::circulation/self_check.adoc[]
 
-include::circulation/rfid_product_integration.adoc[]
-
 // Return to normal title levels.
 :leveloffset: 0
 
diff --git a/docs/root_integrations.adoc b/docs/root_integrations.adoc
index 6c5b2a2..553d130 100644
--- a/docs/root_integrations.adoc
+++ b/docs/root_integrations.adoc
@@ -33,8 +33,6 @@ include::development/data_unapi.adoc[]
 include::admin/phonelist.adoc[]
 
 
-include::circulation/rfid_product_integration.adoc[]
-
 include::opac/search_form.adoc[]
 
 :leveloffset: -1
diff --git a/docs/root_staff_client_admin.adoc b/docs/root_staff_client_admin.adoc
index 5f214ae..44a3dd1 100644
--- a/docs/root_staff_client_admin.adoc
+++ b/docs/root_staff_client_admin.adoc
@@ -262,7 +262,7 @@ include::admin/permissions.adoc[]
 
 include::admin/lsa-work_log.adoc[]
 
-include::admin/recent_staff_searches.adoc[]
+include::admin/staff_client-recent_searches.adoc[]
 
 
 :leveloffset: 0

-----------------------------------------------------------------------

Summary of changes:
 docs/admin/recent_staff_searches.adoc |   49 ---------------------------------
 docs/root.adoc                        |    6 +---
 docs/root_integrations.adoc           |    2 -
 docs/root_staff_client_admin.adoc     |    2 +-
 4 files changed, 2 insertions(+), 57 deletions(-)
 delete mode 100644 docs/admin/recent_staff_searches.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list