From 366d92e421d7066b84bba61f39ae48b78623bfa4 Mon Sep 17 00:00:00 2001 From: wvengen Date: Wed, 3 Apr 2019 18:53:23 +0200 Subject: [PATCH] Fix sync with unavailable by default (#649) --- app/views/articles/_sync.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/articles/_sync.html.haml b/app/views/articles/_sync.html.haml index 6ec8a5d9..05945112 100644 --- a/app/views/articles/_sync.html.haml +++ b/app/views/articles/_sync.html.haml @@ -24,7 +24,7 @@ %h2= t '.upnew.title' %p %i= t '.upnew.body_count', count: @new_articles.length - = render 'sync_table', articles: @new_articles, field: 'new_articles', hidden_fields: %w(shared_updated_on order_number) + = render 'sync_table', articles: @new_articles, field: 'new_articles', hidden_fields: %w(shared_updated_on order_number availability) %hr/ - if ignored_article_count > 0