ui: reg: don't force --no-elide

--no-elide ensures that a regular, clear account hierarchy is displayed.
The downside is that when you are filtering on account, say
assets🏦checking, it's unclear what to show when the user drills
down on the "assets" and "bank" parent accounts, without causing confusion.
This commit is contained in:
Simon Michael 2015-08-25 06:57:01 -07:00
parent f496ec9809
commit ecd9b9e54c

View File

@ -48,7 +48,6 @@ initAccountsScreen d args st@AppState{aopts=opts, ajournal=j, aScreen=s@Accounts
-- query_="cur:\\$"} -- XXX limit to one commodity to ensure one-line items
--{query_=unwords' $ locArgs l}
ropts = (reportopts_ cliopts)
{no_elide_=True}
{
query_=unwords' args,
balancetype_=HistoricalBalance -- XXX balanceReport doesn't respect this yet