From ecd9b9e54c63533b73f4eb488a688bde5901f512 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 25 Aug 2015 06:57:01 -0700 Subject: [PATCH] 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:bank:checking, it's unclear what to show when the user drills down on the "assets" and "bank" parent accounts, without causing confusion. --- hledger-ui/Hledger/UI/AccountsScreen.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/hledger-ui/Hledger/UI/AccountsScreen.hs b/hledger-ui/Hledger/UI/AccountsScreen.hs index dd5ed974c..7cc7cb782 100644 --- a/hledger-ui/Hledger/UI/AccountsScreen.hs +++ b/hledger-ui/Hledger/UI/AccountsScreen.hs @@ -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