Commit 4ffe52d9 authored by Tristan Cavelier's avatar Tristan Cavelier

job rule actions are conditions actually

parent 700ef189
...@@ -338,10 +338,10 @@ constants.emptyFunction = function () { ...@@ -338,10 +338,10 @@ constants.emptyFunction = function () {
return; return;
}; };
defaults.job_rule_actions = {}; defaults.job_rule_conditions = {};
/** /**
* Adds some job rule actions * Adds some job rule conditions
*/ */
(function () { (function () {
...@@ -452,7 +452,7 @@ defaults.job_rule_actions = {}; ...@@ -452,7 +452,7 @@ defaults.job_rule_actions = {};
uniqueJSONStringify(b.options); uniqueJSONStringify(b.options);
} }
defaults.job_rule_actions = { defaults.job_rule_conditions = {
"sameStorageDescription": sameStorageDescription, "sameStorageDescription": sameStorageDescription,
"areWriters": areWriters, "areWriters": areWriters,
"areReaders": areReaders, "areReaders": areReaders,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment