In v8.8
In my VP, I have Tabs across the top of my app. Some with conditions to hide them.
Added a new Tab last night and this morning ALL employees can see it - to my chagrin with the owners.
The bug is that when the Condition contained a comment using /* …. */ notation, then the entire condition failed, and was now Always visible. Imagine my surprise when I say “Impossible. I have my ID hardcoded into the condition. I’m the only one who can see it.”
Sometimes I use a simplified condition… either 1=1 or 1=0 depending on what I need to do.
In testing just now, I cleared everything out that was there and set it to 1=1, so it will always be True, so it will always be INVISIBLE and NOT display the Tab. Worked as expected.
If you have a simple comment like this under it, in v8.8 it will not do what you think it should do. It will Fail.
