Merge "Fix term in valuable data test"

This commit is contained in:
jenkins-bot 2021-09-10 09:48:43 +00:00 committed by Gerrit Code Review
commit 0ba3a37b17

View file

@ -386,7 +386,7 @@ ve.dm.MWTemplateModel.prototype.containsValuableData = function () {
var param = params[ name ],
value = param.getValue();
return !value &&
return value &&
// This will automatically be restored, see {@see ve.dm.MWParameterModel.getValue}
value !== param.getAutoValue() &&
// While this isn't always meaningless, it typically is, and it's easy to restore