Index: grails-app/controllers/com/lemans/ds/solr/DsSolrQueueController.groovy =================================================================== diff -u -r8f0a759a3f8ea695385f5c1f9f17f76c3b17f7e0 -rdedb1f2f34b19882462427aee48f1a004a019824 --- grails-app/controllers/com/lemans/ds/solr/DsSolrQueueController.groovy (.../DsSolrQueueController.groovy) (revision 8f0a759a3f8ea695385f5c1f9f17f76c3b17f7e0) +++ grails-app/controllers/com/lemans/ds/solr/DsSolrQueueController.groovy (.../DsSolrQueueController.groovy) (revision dedb1f2f34b19882462427aee48f1a004a019824) @@ -129,7 +129,9 @@ PART_LATEST_GO_LIVE_DATE('Part Latest GoLive Date', QueueMode.PART), PART_EARLIEST_GO_LIVE_DATE('Part Earliest GoLive Date', QueueMode.PART), PART_LAST_UPDATED('Part Last Updated', QueueMode.PART), + PART_DAYS_BEHIND('Part Days Behind', QueueMode.PART), PRODUCT_LAST_UPDATED('Product Last Updated', QueueMode.PRODUCT), + PRODUCT_DAYS_BEHIND('Product Days Behind', QueueMode.PRODUCT), PART_ATTR_RESEARCH_VALUE_NONE('None', QueueMode.PART), PART_ATTR_RESEARCH_VALUE_LEVEL1('Level 1', QueueMode.PART),