Comment 38 for bug 1691269

Revision history for this message
Kathy Lussier (klussier) wrote :

Thanks for your work on this Jason B! I created templates in the Xul client and was able to retrieve them in the web client. I was also able to apply most of the template to my copies from the edit tab and from the copy templates tab in the web client's volume/copy editor.

I came across one small issue. Because we used the unified editor in the XUL client, our libraries often stored Call Number Classification scheme, Call Number Prefix, and Call Number Suffix data in our copy templates. However, I am unable to apply any of those fields from the copy templates that originated in XUL.

For the XUL-originated copy templates, I see the following in local storage:
{"Reference":{"batch_class_menulist":3,"location":101,"batch_prefix_menulist":1}}

However, if I store this volume-level data in a copy template via the web client, I see the following in local storage:
"WEBREF":{"statcats":{},"callnumber":{"prefix":1,"classification":2},"ref":"t","circ_lib":4,"location":102}}

I only tested with prefix and classification, not with suffix, but I assume the same happens there too.

Everything else works as expected.