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

Had problem to turn off the public interface with the dates. (always show up as being directly inherited) #2259

Open
jgzz opened this issue May 7, 2021 · 0 comments

Comments

@jgzz
Copy link

jgzz commented May 7, 2021

I had problem to turn off the dates in Sub-Series. I update the config file by removing:
{
:property => 'dates',
:inherit_directly => false
},

remove the directory of PUI index in data folder; restart the service; re-index the records and the dates always show up as being directly inherited.

Here is the link to the github tech doc: https://archivesspace.github.io/tech-docs/architecture/public/

Directly inherit a value for a field – the record has no value for the field and you want the value in the field to display as if it were the record’s own [uncomment the inheritance section in the config, set desired field (property) to inherit_directly => true]

Indirectly inherit a value for a field – the record has no value for the field and you want to display the value from a higher level, but precede it with a note that indicates that it comes from that higher level, such as “From the collection” [uncomment the inheritance section in the config, set desired field (property) to inherit_directly => false]

Don’t display the field at all – the record has no value of its own for the field and you don’t want it to display at all [uncomment the inheritance section in the config, delete the lines for the desired field (property)]

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