Xalgorithms / rm-functions

https://rm-functions.netlify.app/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Why "Rule did not pass schema checks" message when I am creating a decision table? #10

Closed jpotvin closed 3 years ago

jpotvin commented 3 years ago

When I work on the decision table, I get a message that "Rule did not pass schema checks". It seems to be coming too early in the process, as I'm still creating a new rule -- I guess I'm being told there are still empty fields. There necessarily would be.

RyanFleck commented 3 years ago

The schema is checked every time part of the rule is saved to the "state" held in the react app or the "master" copy in the database.

What I need to fix here is the sliders at the bottom, where this originates:

image