Update Project.vue
This commit is contained in:
@@ -191,7 +191,6 @@ function getCellValue(userstory: Userstory, header: TableHeader): string | numbe
|
|||||||
|
|
||||||
const attributes = dataStore.userstoryAttributesMap.get(userstory.id);
|
const attributes = dataStore.userstoryAttributesMap.get(userstory.id);
|
||||||
if (attributes) {
|
if (attributes) {
|
||||||
// Ключи для кастомных полей приходят как строки
|
|
||||||
const attrValue = attributes[header.attributeId.toString()];
|
const attrValue = attributes[header.attributeId.toString()];
|
||||||
|
|
||||||
if (attrValue === null) return null;
|
if (attrValue === null) return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user