Description
Add an indication to let the users know when the last FTS submission was done, e.g. "Rule has no FTS submissions in the last X days".
Motivation
The “Generate (FTS) link” button in the rule/page/<rule_id> page under Locks returns an error for STUCK rules (see screenshot). This is likely due to the request no longer being present in the REQUESTS table, as it has been moved to REQUESTS_HISTORY.
In this case for example, instead of showing an error, the UI could inform the user that there have been no FTS submissions in the last X days, where X is greater than the time required for a request to be moved to the history table.
Change
Update the toast text
Additional Information
Description
Add an indication to let the users know when the last FTS submission was done, e.g. "Rule has no FTS submissions in the last X days".
Motivation
The “Generate (FTS) link” button in the
rule/page/<rule_id>page under Locks returns an error forSTUCKrules (see screenshot). This is likely due to the request no longer being present in the REQUESTS table, as it has been moved toREQUESTS_HISTORY.In this case for example, instead of showing an error, the UI could inform the user that there have been no FTS submissions in the last X days, where X is greater than the time required for a request to be moved to the history table.
Change
Update the toast text
Additional Information