Display all accounts in the tree mode
This commit is contained in:
parent
912a953f84
commit
827afc4e7f
@ -142,6 +142,7 @@ instance Yesod App where
|
|||||||
ropts' = (_rsReportOpts rspec)
|
ropts' = (_rsReportOpts rspec)
|
||||||
{accountlistmode_ = ALTree -- force tree mode for sidebar
|
{accountlistmode_ = ALTree -- force tree mode for sidebar
|
||||||
,empty_ = True -- show zero items by default
|
,empty_ = True -- show zero items by default
|
||||||
|
,no_elide_ = True -- list every account on its own row
|
||||||
}
|
}
|
||||||
rspec' = rspec{_rsQuery=q,_rsReportOpts=ropts'}
|
rspec' = rspec{_rsQuery=q,_rsReportOpts=ropts'}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user