Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
#150 programming language no longer required (for closed source tools)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwunderbar666 committed Jul 5, 2022
1 parent e24c01d commit e261ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaskinventory/main/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ class Tool(Entry):

programming_languages = MultipleChoice(description="Which programming languages are used for the tool?",
choices=programming_languages,
required=True,
required=False,
tom_select=True)

open_source = SingleChoice(description="Is this tool open source?",
Expand Down

0 comments on commit e261ae9

Please sign in to comment.