Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
ManifoldCF 2.11
-
None
Description
The include and exclude rules that can be defined in the job configuration for the JCIFS connector can be combined and the defined order is really important.
The problem is that when one retrieve the job configuration as a json object through the API, the include and exclude rules are splitted in two diffrent arrays instead of one (one for each type of rule). So, the order is completely lost when one try to recreate the job thanks to the API and the JSON object.