mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Added a note for future work
This commit is contained in:
parent
68ec5df371
commit
7566c3769a
@ -222,6 +222,7 @@
|
|||||||
formatter: function(value, row, index, field) {
|
formatter: function(value, row, index, field) {
|
||||||
if (value)
|
if (value)
|
||||||
{
|
{
|
||||||
|
// TODO - Format the user's first and last names
|
||||||
return value.username;
|
return value.username;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user