2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Specify custom help text for fields on the client side

This commit is contained in:
Oliver
2021-06-30 01:07:36 +10:00
parent 621f47e46c
commit 1f75530910
2 changed files with 8 additions and 1 deletions

View File

@ -275,7 +275,9 @@
fields: {
name: {},
description: {},
parent: {},
parent: {
help_text: '{% trans "Select parent category" %}',
},
default_location: {},
default_keywords: {
icon: 'fa-key',