Fix sync with unavailable by default (#649)
This commit is contained in:
parent
bb4d9d132c
commit
366d92e421
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue