talk@lists.collectionspace.org

WE HAVE SUNSET THIS LISTSERV - Join us at collectionspace@lyrasislists.org

View all threads

Citation Authority - Right frame - "Used by"

SB
Sébastien Brossard
Fri, Nov 1, 2013 3:09 PM

Hi all,

I've a hard time trying to fill the "Used by" field in the right frame of the Citation Authority (obs: I'm still using SMK's own Citation development, as we don't have installed the v.4.0 yet).

I thought it had something to do with mini attribute in Application, but apparently no.

Or some value in Service->tenant-bindings. But again, apparently no.

I’ve also looked at your Citation code on GitHub, but it didn’t help.

Could you guys give me a clue ? Thank you very much for your help.

Cheers,

Sébastien

Hi all, I've a hard time trying to fill the "Used by" field in the right frame of the Citation Authority (obs: I'm still using SMK's own Citation development, as we don't have installed the v.4.0 yet). I thought it had something to do with mini attribute in Application, but apparently no. Or some value in Service->tenant-bindings. But again, apparently no. I’ve also looked at your Citation code on GitHub, but it didn’t help. Could you guys give me a clue ? Thank you very much for your help. Cheers, Sébastien
AR
Aron Roberts
Fri, Nov 1, 2013 3:42 PM

Hi Sébastien,

A first thought is to check whether, for each of the fields that
you associate - in Application layer configuration - with one of your
Citation vocabularies, there is an 'authRef' entry for that field in
the appropriate location in your tenant bindings file, in Services
configuration.

When SMK's Citation Authority contribution was integrated into
CollectionSpace version 3.3, we added authRef entries to the default
(prototype) tenant bindings file for each of the ten or so fields that
referenced Citation vocabularies.  Here's one example:

https://github.com/collectionspace/services/pull/114/files#diff-f231bde2396523bc2bb0dbf35e5b0c50R1993

And here's an example in the Lifesci tenant of adding an authRef
entry within a 'delta' configuration file (for a Cataloging record
that had fields that referenced a Taxonomy vocabulary), making that
addition just for that tenant, rather than globally:

https://github.com/collectionspace/services/blob/v3.3/services/common/src/main/cspace/config/services/tenants/lifesci/tenant-bindings.delta.xml#L52

(Version 4.0 takes care of this for you, by the way, automatically
adding the appropriate authRef items to the service bindings when you
specify in App layer config that an autocomplete field 'takes' one or
more vocabularies ...)

Aron

On Fri, Nov 1, 2013 at 8:09 AM, Sébastien Brossard
Sebastien.Brossard@smk.dk wrote:

Hi all,

I've a hard time trying to fill the "Used by" field in the right frame of
the Citation Authority (obs: I'm still using SMK's own Citation development,
as we don't have installed the v.4.0 yet).

I thought it had something to do with mini attribute in Application, but
apparently no.

Or some value in Service->tenant-bindings. But again, apparently no.

I’ve also looked at your Citation code on GitHub, but it didn’t help.

Could you guys give me a clue ? Thank you very much for your help.

Cheers,

Sébastien


Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org

Hi Sébastien, A first thought is to check whether, for each of the fields that you associate - in Application layer configuration - with one of your Citation vocabularies, there is an 'authRef' entry for that field in the appropriate location in your tenant bindings file, in Services configuration. When SMK's Citation Authority contribution was integrated into CollectionSpace version 3.3, we added authRef entries to the default (prototype) tenant bindings file for each of the ten or so fields that referenced Citation vocabularies. Here's one example: https://github.com/collectionspace/services/pull/114/files#diff-f231bde2396523bc2bb0dbf35e5b0c50R1993 And here's an example in the Lifesci tenant of adding an authRef entry within a 'delta' configuration file (for a Cataloging record that had fields that referenced a Taxonomy vocabulary), making that addition just for that tenant, rather than globally: https://github.com/collectionspace/services/blob/v3.3/services/common/src/main/cspace/config/services/tenants/lifesci/tenant-bindings.delta.xml#L52 (Version 4.0 takes care of this for you, by the way, automatically adding the appropriate authRef items to the service bindings when you specify in App layer config that an autocomplete field 'takes' one or more vocabularies ...) Aron On Fri, Nov 1, 2013 at 8:09 AM, Sébastien Brossard <Sebastien.Brossard@smk.dk> wrote: > Hi all, > > > > I've a hard time trying to fill the "Used by" field in the right frame of > the Citation Authority (obs: I'm still using SMK's own Citation development, > as we don't have installed the v.4.0 yet). > > > > I thought it had something to do with mini attribute in Application, but > apparently no. > > Or some value in Service->tenant-bindings. But again, apparently no. > > I’ve also looked at your Citation code on GitHub, but it didn’t help. > > > > Could you guys give me a clue ? Thank you very much for your help. > > > > Cheers, > > Sébastien > > > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectionspace.org >
SB
Sébastien Brossard
Tue, Nov 5, 2013 8:23 AM

Hi Aron,

It was as you said: the authRef associated to Citation Authority in the CollectionObject section of tenant-bindings-proto needed just to be uncommented. It works now.

Thank you very much for your help.

Cheers,
Sébastien

-----Oprindelig meddelelse-----
Fra: Aron Roberts [mailto:aronroberts@gmail.com]
Sendt: 1. november 2013 16:42
Til: Sébastien Brossard
Cc: CollectionSpace Talk List
Emne: Re: [Talk] Citation Authority - Right frame - "Used by"

Hi Sébastien,

A first thought is to check whether, for each of the fields that you associate - in Application layer configuration - with one of your Citation vocabularies, there is an 'authRef' entry for that field in the appropriate location in your tenant bindings file, in Services configuration.

When SMK's Citation Authority contribution was integrated into CollectionSpace version 3.3, we added authRef entries to the default
(prototype) tenant bindings file for each of the ten or so fields that referenced Citation vocabularies.  Here's one example:

https://github.com/collectionspace/services/pull/114/files#diff-f231bde2396523bc2bb0dbf35e5b0c50R1993

And here's an example in the Lifesci tenant of adding an authRef entry within a 'delta' configuration file (for a Cataloging record that had fields that referenced a Taxonomy vocabulary), making that addition just for that tenant, rather than globally:

https://github.com/collectionspace/services/blob/v3.3/services/common/src/main/cspace/config/services/tenants/lifesci/tenant-bindings.delta.xml#L52

(Version 4.0 takes care of this for you, by the way, automatically adding the appropriate authRef items to the service bindings when you specify in App layer config that an autocomplete field 'takes' one or more vocabularies ...)

Aron

On Fri, Nov 1, 2013 at 8:09 AM, Sébastien Brossard Sebastien.Brossard@smk.dk wrote:

Hi all,

I've a hard time trying to fill the "Used by" field in the right frame
of the Citation Authority (obs: I'm still using SMK's own Citation
development, as we don't have installed the v.4.0 yet).

I thought it had something to do with mini attribute in Application,
but apparently no.

Or some value in Service->tenant-bindings. But again, apparently no.

I’ve also looked at your Citation code on GitHub, but it didn’t help.

Could you guys give me a clue ? Thank you very much for your help.

Cheers,

Sébastien


Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectio
nspace.org

Hi Aron, It was as you said: the authRef associated to Citation Authority in the CollectionObject section of tenant-bindings-proto needed just to be uncommented. It works now. Thank you very much for your help. Cheers, Sébastien -----Oprindelig meddelelse----- Fra: Aron Roberts [mailto:aronroberts@gmail.com] Sendt: 1. november 2013 16:42 Til: Sébastien Brossard Cc: CollectionSpace Talk List Emne: Re: [Talk] Citation Authority - Right frame - "Used by" Hi Sébastien, A first thought is to check whether, for each of the fields that you associate - in Application layer configuration - with one of your Citation vocabularies, there is an 'authRef' entry for that field in the appropriate location in your tenant bindings file, in Services configuration. When SMK's Citation Authority contribution was integrated into CollectionSpace version 3.3, we added authRef entries to the default (prototype) tenant bindings file for each of the ten or so fields that referenced Citation vocabularies. Here's one example: https://github.com/collectionspace/services/pull/114/files#diff-f231bde2396523bc2bb0dbf35e5b0c50R1993 And here's an example in the Lifesci tenant of adding an authRef entry within a 'delta' configuration file (for a Cataloging record that had fields that referenced a Taxonomy vocabulary), making that addition just for that tenant, rather than globally: https://github.com/collectionspace/services/blob/v3.3/services/common/src/main/cspace/config/services/tenants/lifesci/tenant-bindings.delta.xml#L52 (Version 4.0 takes care of this for you, by the way, automatically adding the appropriate authRef items to the service bindings when you specify in App layer config that an autocomplete field 'takes' one or more vocabularies ...) Aron On Fri, Nov 1, 2013 at 8:09 AM, Sébastien Brossard <Sebastien.Brossard@smk.dk> wrote: > Hi all, > > > > I've a hard time trying to fill the "Used by" field in the right frame > of the Citation Authority (obs: I'm still using SMK's own Citation > development, as we don't have installed the v.4.0 yet). > > > > I thought it had something to do with mini attribute in Application, > but apparently no. > > Or some value in Service->tenant-bindings. But again, apparently no. > > I’ve also looked at your Citation code on GitHub, but it didn’t help. > > > > Could you guys give me a clue ? Thank you very much for your help. > > > > Cheers, > > Sébastien > > > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > http://lists.collectionspace.org/mailman/listinfo/talk_lists.collectio > nspace.org >