We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a33208 commit d74b1e7Copy full SHA for d74b1e7
core/lib/pattern_assembler.js
@@ -146,8 +146,8 @@ var pattern_assembler = function () {
146
currentPattern.patternDesc = markdownObject.markdown;
147
148
//consider looping through all keys eventually. would need to blacklist some properties and whitelist others
149
- if (markdownObject.status) {
150
- currentPattern.patternState = markdownObject.status;
+ if (markdownObject.state) {
+ currentPattern.patternState = markdownObject.state;
151
}
152
if (markdownObject.order) {
153
currentPattern.order = markdownObject.order;
0 commit comments