Comment 9 for bug 1805895

Revision history for this message
John Amundson (jamundson) wrote :

I haven't tested Record or User buckets, but this is definitely affecting Item Buckets for me, (Evergreen 3.2.4). And no Hatch.

I'm finding that there are some columns I can add that will save and display correctly - like Copy ID - but most of the columns do not work. As soon as I refresh the page or access it in another way, the added column will fail to display.

What is interesting is if I look at the setting file, (Administration>Workstation>Stored Preferences>Server Workstation Prefs>eg.grid.cat.bucket.copy.view), the columns I added will be listed, but they'll fail to display when I access the bucket interface. They'll continue to be listed in the setting file until I make another change to the bucket settings, (i.e. add another column, adjust row count, etc)

As an example, I added Copy Status and Circulation Modifier, and even though the interface didn't display the columns, the setting file contained the following:

{
  "limit": 50,
  "version": 2,
  "columns": [
    {
      "name": "barcode"
    },
    {
      "name": "call_number.label"
    },
    {
      "name": "location.name"
    },
    {
      "name": "call_number.record.simple_record.title"
    },
    {
      "name": "circ_modifier"
    },
    {
      "name": "status"
    }
  ]
}