Skip to content

Commit

Permalink
Merge pull request #63 from OS2borgerPC/62-fejl-ved-angivelse-af-inpu…
Browse files Browse the repository at this point in the history
…t-parameter-ifm-tilføjelse-af-et-script-til-en-gruppe

Fix required inputs error
  • Loading branch information
NeutraChikara authored Dec 18, 2024
2 parents 092f85e + 97e1b2c commit 5292966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def handle(self, *args, **options):
tag, created = ScriptTag.objects.get_or_create(name=script.tag)
db_script.tags.add(tag)

position = 1
position = 0
for parameter in script.parameters:
Input.objects.create(
script=db_script,
Expand Down

0 comments on commit 5292966

Please sign in to comment.