LP#1852443 - Re-label duplicate-named "all circulations" source
authorChris Sharp <csharp@georgialibraries.org>
Wed, 13 Nov 2019 15:28:53 +0000 (10:28 -0500)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 24 Jul 2020 14:08:18 +0000 (07:08 -0700)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/examples/fm_IDL.xml
docs/RELEASE_NOTES_NEXT/Reports/change_aacs_label.adoc [new file with mode: 0644]

index b2f0f16..8b4bf85 100644 (file)
@@ -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 (file)
index 0000000..2303cfc
--- /dev/null
@@ -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.