🎨 Database template column support using values from other columns https://github.com/siyuan-note/siyuan/issues/9327

This commit is contained in:
Daniel 2023-10-03 12:56:13 +08:00
parent 7556d1c3a2
commit 29f34fe8b8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -266,7 +266,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
tableCell = &av.TableCell{
ID: keyValues.Values[0].ID,
Value: keyValues.Values[0],
ValueType: col.Type,
ValueType: keyValues.Values[0].Type,
}
break
}