Skip to content

Commit

Permalink
Merge pull request #52 from qlik-oss/hva/norm-remove-exclude
Browse files Browse the repository at this point in the history
fix(normalization): remove show excluded checkbox
  • Loading branch information
quanho committed Jan 8, 2020
2 parents 9ca8230 + 5bf291b commit 9141556
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/expression-modifiers/normalization/properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,6 @@ export default function (rootPath, translationKeys = {}) {
return handler.layout.qHyperCube.qDimensionInfo.length > 1;
},
},
showExcludedValues: {
refFn: data => `${getRef(data, rootPath)}.showExcludedValues`,
type: 'boolean',
translation: translationKeys.showExcludedValues || 'properties.modifier.showExcludedValues',
schemaIgnore: true,
defaultValue: true,
},
},
show(itemData, handler) {
return helper.isApplicable({ properties: handler.properties });
Expand Down

0 comments on commit 9141556

Please sign in to comment.