Closed JDGrimes closed 8 years ago
The problem with the equals condition is that it applies to just about any data type. So it is hard to come up with something generic that isn't just, well, "equals". Or, "value". We could possibly generate the label more dynamically in the UI though, I guess...
Like #151, this isn't a blocker, so let's come back to it after we merge this into core.
On a related note, while working on #153, I also noticed that the equals condition doesn't mark the equals field as required. This actually might make sense, because you might want to match when a text field is empty or something. Anyway, I thought that I would note it here.
Closing in favor of https://github.com/WordPoints/wordpoints/issues/412.
Each condition has a title, and also a label for each of its fields:
As you can see, this is necessary for conditions that include multiple fields, but for conditions that only have a single field, it is odd. Perhaps there is a way that we can hide the title or label for conditions with a single field. Or else maybe we can come up with better labels?