Merge "Remove unused "changesBooleanValue" property"

This commit is contained in:
jenkins-bot 2020-10-07 17:04:52 +00:00 committed by Gerrit Code Review
commit bb8e099e4a

View file

@ -177,8 +177,7 @@ mw.TemplateData.Model.static.getAllProperties = function ( getFullData ) {
textValue: 'deprecatedValue'
},
deprecatedValue: {
type: 'string',
changesBooleanValue: 'deprecated'
type: 'string'
},
required: {
type: 'boolean'