Prevent listing for top-level Messages view
user must access inbox, archive etc. directly instead
This commit is contained in:
parent
f18f24962e
commit
d8bd4bd847
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2022 Lance Edgar
|
||||
# Copyright © 2010-2023 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -52,6 +52,7 @@ class MessageView(MasterView):
|
|||
checkboxes = True
|
||||
replying = False
|
||||
reply_header_sent_format = '%a %d %b %Y at %I:%M %p'
|
||||
listable = False
|
||||
|
||||
grid_columns = [
|
||||
'subject',
|
||||
|
|
Loading…
Reference in a new issue