Farfetch / rules-framework

A generic framework that allows defining and evaluating rules for complex business scenarios.
MIT License
40 stars 7 forks source link

[Bug Report]: Web UI Error while trying to Export JSON #156

Closed carlosgoias closed 7 months ago

carlosgoias commented 8 months ago

Prerequisites

Description

While trying to export the rules to JSON, I am receiving an error down below

index.html:718 Uncaught ReferenceError: applyRulesFilter is not defined at HTMLAnchorElement.<anonymous> (index.html:718:17) at HTMLAnchorElement.dispatch (jquery.min.js:2:43064) at y.handle (jquery.min.js:2:41048)

image

Steps to reproduce

  1. Start the sample Web UI
  2. Click on "Rules"
  3. Click on "Export JSON"

Expected behavior

The browser should give me downloaded JSON file

Actual behavior

Nothing happens

Rules Framework version

Actual