From 339e3e66fcc5059e2ba19f598643d68dda22c766 Mon Sep 17 00:00:00 2001 From: GyanP Date: Thu, 13 Jan 2022 23:13:39 +0530 Subject: [PATCH] set list view config to auto refresh [SDBELGA-613] (#377) --- client/superdesk.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/superdesk.config.js b/client/superdesk.config.js index be47fe0d..aed79069 100644 --- a/client/superdesk.config.js +++ b/client/superdesk.config.js @@ -50,6 +50,7 @@ module.exports = function(grunt) { editFeaturedImage: true, hideCreatePackage: true, noPublishOnAuthoringDesk: true, + autorefreshContent: true, customAuthoringTopbar: { publish: true, publishAndContinue: true,