Percentage in Mock wrong
This commit is contained in:
parent
940ccbf7be
commit
a289e84570
|
@ -33,7 +33,7 @@ export default class MockKanbanService implements ISPKanbanService {
|
||||||
name: 'PercentComplete',
|
name: 'PercentComplete',
|
||||||
displayName: strings.PercentComplete,
|
displayName: strings.PercentComplete,
|
||||||
type: KanbanTaskMamagedPropertyType.percent,
|
type: KanbanTaskMamagedPropertyType.percent,
|
||||||
value: 10*x
|
value: x/10 /* 10/20 30 .. percent */
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue