Do same with an entry

This commit is contained in:
Leeingnyo 2021-12-19 17:03:10 +09:00
parent 0fa2bfa744
commit 70259d8e50

View File

@ -161,6 +161,7 @@ class Title
if entry.pages > 0 || entry.err_msg if entry.pages > 0 || entry.err_msg
@entries << entry @entries << entry
is_entries_added = true is_entries_added = true
context["deleted_entry_ids"].select! { |id| entry.id != id }
end end
end end
end end