Percentage in Mock wrong

This commit is contained in:
petkir 2020-06-22 23:40:33 +02:00
parent 940ccbf7be
commit a289e84570
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export default class MockKanbanService implements ISPKanbanService {
name: 'PercentComplete',
displayName: strings.PercentComplete,
type: KanbanTaskMamagedPropertyType.percent,
value: 10*x
value: x/10 /* 10/20 30 .. percent */
}
]