Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection hierarchies on the Summary Screen: typo and clarification of value for settings #1517

Open
mbutel opened this issue Oct 27, 2023 · 0 comments

Comments

@mbutel
Copy link

mbutel commented Oct 27, 2023

I'm trying to customize the collection content that show up in collection summary pages. I'm trying to hide the objects first. I would like to show them only if they directly under the current collection.

With the following settings unmodified:

# -----------------------------------
#  Collection hierarchies on the Summary screen 
# -----------------------------------
#
# The summary screen includes a visual hierarchy by default for hierarchical collections. 
# Use these directives to set the sort value for the hierarchical display, as well as the display
# template used for format data. If nothing is set below the system will default to the settings
# outlined in ca_collections_hierarchy_browser_sort_values.
#                                                   
ca_collections_hierarchy_summary_display_settings =
ca_collections_hierarchy_summary_sort_values =
ca_objects_hierarchy_summary_display_settings =
ca_collections_hierarchy_summary_show_full_object_hierarachy = 0

this if what it displays: collections and then all the objects.

image

While trying to tamper with the settings in app.conf, I found this possible typo on line 393:

ca_collections_hierarchy_summary_show_full_object_hierarachy = 0
It says "hierarachy". If corrected, this is displayed: the indentation of objects dissapear.

image

In any case, is there a way to know which values are accept by this settings? Is there a way to simple hide the objects in the summary? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant