Skip to content

Commit

Permalink
missing operation-item field in operation-resource grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetaeye committed Feb 13, 2024
1 parent 6fcbfe3 commit 891e0d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions freppledb/input/views/manufacturing.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@ class OperationResourceList(GridReport):
initially_hidden=True,
editable=False,
),
GridFieldText(
"operation__item__name",
title=format_lazy("{} - {}", _("operation"), _("item")),
initially_hidden=True,
editable=False,
extra='"role":"input/item"',
formatter="detail",
),
GridFieldText(
"operation__location__name",
title=format_lazy("{} - {}", _("operation"), _("location")),
Expand Down

0 comments on commit 891e0d7

Please sign in to comment.