Fix sync with unavailable by default (#649)

This commit is contained in:
wvengen 2019-04-03 18:53:23 +02:00
parent bb4d9d132c
commit 366d92e421
1 changed files with 1 additions and 1 deletions

View File

@ -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