Rename issue tracker field to external link
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
This commit is contained in:
@@ -134,7 +134,7 @@ class ShortenerForm(Form):
|
||||
class InventoryItemForm(CustomForm):
|
||||
type = SelectField("Type", choices=fetch_type_select())
|
||||
name = StringField('Name')
|
||||
issue_tracker = StringField('Issue Tracker')
|
||||
external_link = StringField('External link')
|
||||
comment = StringField('Comment')
|
||||
inventory = FormField(InventoryForm)
|
||||
hardware = FormField(HardwareForm)
|
||||
|
Reference in New Issue
Block a user