Comment 54 for bug 1888723

Revision history for this message
Bill Erickson (berick) wrote :

Thanks Michele, good catch on that one.

It looks like I misread the AngJS code. I saw references to hatch.setItem('cat.copy.templates') and getItem(...) and thought the templates were being stored in the browser storage, so I dutifully migrated them to workstation settings without realizing they were also stored in a user setting.

I can tweak the code to reference the existing user setting and remove the new workstation setting.