Open metas-dh opened 6 years ago
I assumed if something is set to N, it's not set at all. It's only different for defaultValue, when it's set to true by default and we set it to false explicitly.
If a filter parameter is set to false explicitly, then the checkbox is supposed to look like this:
In this case, the filter is for not yet processed documents, as it is set in the user query for open invoices, used in printing queue:
But, when you have the user query with Display All Parameters
& Mandatory Parameters
set to Y
, and you open the filter, then the parameter for processed is not set to N
initially:
So, when you just apply the filter as it is shown above, you get this error:
Is this a bug or feature request?
FR
What is the current behavior?
Atm a filter label does not show when a parameter is set to N: e.g. set Customer=Y in bpartner window, and then set it to N (=> checkbox is not filled anymore, only framed): Filter label is empty:
Which are the steps to reproduce?
Check and see.
What is the expected or desired behavior?
Filter label shall be set accordingly when parameter is set to N (maybe check with metas-mk how exactly it should look like).