Skip to content
This repository was archived by the owner on Jan 26, 2020. It is now read-only.

Fix bug in findApplicableRules: ruleset start/end years might be strings#172

Open
sdemjanenko wants to merge 1 commit into
mde:masterfrom
sdemjanenko:fix_findApplicableRules_only_rule_check
Open

Fix bug in findApplicableRules: ruleset start/end years might be strings#172
sdemjanenko wants to merge 1 commit into
mde:masterfrom
sdemjanenko:fix_findApplicableRules_only_rule_check

Conversation

@sdemjanenko

Copy link
Copy Markdown
Contributor

Doing a === check assumes its an int which is not safe. If one uses the
node-preparse.js script you will get strings returned for these fields.

Doing a === check assumes its an int which is not safe.  If one uses the
node-preparse.js script you will get strings returned for these fields.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant