[ADF-1826] Task Header - The priority property should be editable (#2768)

* [ADF-1826] Task Header - The priority property should be editable

* [ADF-1826] - Fixed isEditble typo

* [ADF-1826] - Adding unit test - checking the priority value is displayed

* [ADF-1826] fixed unit test

* [ADF-1826] fixed unit test (replaced fit with it)
This commit is contained in:
mihai sirghe
2017-12-06 22:46:28 +02:00
committed by Maurizio Vitale
parent 791e443a72
commit 321c4f48e1
5 changed files with 14 additions and 5 deletions

View File

@@ -231,7 +231,7 @@ export class CardViewStarDateItemComponent {
constructor(private cardViewUpdateService: CardViewUpdateService) {}
isEditble() {
isEditable() {
return this.editable && this.property.editable;
}