[open-ils-commits] [GIT] Evergreen ILS branch master updated. 26578463e0408ec945dc80ec775eb5dc85f0d89e

Evergreen Git git at git.evergreen-ils.org
Fri Jul 24 10:09:23 EDT 2020


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, master has been updated
       via  26578463e0408ec945dc80ec775eb5dc85f0d89e (commit)
      from  4d48ae2c2daaef832b7c62be73d3ffe1c122dda6 (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 26578463e0408ec945dc80ec775eb5dc85f0d89e
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Wed Nov 13 10:28:53 2019 -0500

    LP#1852443 - Re-label duplicate-named "all circulations" source
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Rogan Hamby <rogan.hamby at gmail.com>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index b2f0f16380..8b4bf85017 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -4724,7 +4724,7 @@ SELECT  usr,
 			</actions>
 		</permacrud>
 	</class>
-	<class id="aacs" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="action::all_circulation_slim" oils_persist:tablename="action.all_circulation_slim" reporter:core="true" reporter:label="Combined Aged and Active circulations" oils_persist:readonly="true">
+	<class id="aacs" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="action::all_circulation_slim" oils_persist:tablename="action.all_circulation_slim" reporter:core="false" reporter:label="Combined Aged and Active Circulations (Slim Version)" oils_persist:readonly="true">
 		<fields oils_persist:primary="id" oils_persist:sequence="money.billable_xact_id_seq">
 			<field reporter:label="Check In Library" name="checkin_lib" reporter:datatype="org_unit"/>
 			<field reporter:label="Check In Staff" name="checkin_staff" reporter:datatype="link"/>
diff --git a/docs/RELEASE_NOTES_NEXT/Reports/change_aacs_label.adoc b/docs/RELEASE_NOTES_NEXT/Reports/change_aacs_label.adoc
new file mode 100644
index 0000000000..2303cfcc1b
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Reports/change_aacs_label.adoc
@@ -0,0 +1,13 @@
+Combined Aged and Active Circluations Source Naming
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+A recent improvement to aid web client data retrieval
+speed resulted in a new reports source that was named
+nearly identically to a long-existing one, and both
+were appearing in the "Core Sources" section of reports.
+The newer source has been renamed for clarity and removed
+from the core sources to prevent confusion:
+
+ * "Combined Aged and Active circulations" is now named "Combined Aged and Active Circulations (Slim Version)"
+   and is removed from the Core Sources.
+ * "Combined Aged and Active Circulations", which contains more linkages to other data sources, remains in the 
+   Core Sources list.

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

Summary of changes:
 Open-ILS/examples/fm_IDL.xml                           |  2 +-
 docs/RELEASE_NOTES_NEXT/Reports/change_aacs_label.adoc | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Reports/change_aacs_label.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list