Add UI support for archived books.

Archived books will no longer appear in any book lists or searches, and
may only be restored from the Archive view.
This commit is contained in:
Michael Shavit
2020-01-25 18:29:17 -05:00
parent e404da4192
commit c0239a659c
8 changed files with 121 additions and 14 deletions

View File

@ -70,7 +70,7 @@ class _Settings(_Base):
config_remote_login = Column(Boolean, default=False)
config_default_role = Column(SmallInteger, default=0)
config_default_show = Column(SmallInteger, default=6143)
config_default_show = Column(SmallInteger, default=38911)
config_columns_to_ignore = Column(String)
config_restricted_tags = Column(String, default="")