New Dashboard Hiding Errors

HI Guys
I notice the new Banking Page has issues hiding / showing accounts.
I set to hide but the show again after restart and if i look in option view they are tagged as hide!
So i have to enable view then hide again but they keep showing

Hi @Osopolar

I’m not sure I follow here I’m afraid.

Do you have an example, or steps to replicate the issue, and to make sure I’m on the right wavelength?

Hi
Yep no issue
Cash Accounts & Equity Accounts are tagged as hide but are showing??

See here & here

Hi,
It is working on my account.
Can you click on more option. If you see “Show filtered list” in the first row. Just click it and everything should be sorted - All hidden accounts should be hidden now.
If you leave the banking page to, for example, dashboard and go back to banking page, that should do the trick as well
Hope that helps

That’s my point they show all the time whatever setting i apply

See video here

What do you mean, the accounts are gone. I think I miss your point.

If you want to hide the word Equity Accounts and Cash account and so on, you could add some code to your css

.bank_header {
display: none;
}

But that will remove all bank headers.

This topic was automatically closed after 13 days. New replies are no longer allowed.