Save filter globally

Hello, I have a specific filter in Purchase Order that shows only the transactions with more than 5000 in price.

I could save the filter and show it in my account. However, I want to save and show it globally for all users. As you see in the filter there is an option to save globally but I can’t check it and I don’t what is the reason.

any help

tested,

login as user with system manager role or administrator,

  1. input filter name,
  2. is global check box will be shown, click the is global check box,
  3. put cursor to filter name field again, press Enter
  4. global filter is saved.

The only problem is that tick icon on is global check box is not shown as expected.

I’m the administrator but i can’t check the box at all it’s disabled as you see.

screenshot_6

it’s css problem.
Some css does not work like:

input[type=checkbox]:checked {
    background-color: var(--primary);
    background-image: url(data:image/svg+xml, <svg viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 4.00001L2.66667 5.80001L7 1.20001' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>), var(--checkbox-gradient);
    background-size: 103%, 100%;
    box-shadow: none;

The upcoming update will resolve this issue.

Thanks.

1 Like