Commit 570ba658 authored by Romain Courteaud's avatar Romain Courteaud

Set a default capacity scope value on Computer

parent 51908295
...@@ -66,6 +66,7 @@ computer = module.newContent(\n ...@@ -66,6 +66,7 @@ computer = module.newContent(\n
title=title,\n title=title,\n
reference=reference,\n reference=reference,\n
destination_reference=certificate_dict["id"],\n destination_reference=certificate_dict["id"],\n
capacity_scope=\'open\',\n
)\n )\n
\n \n
computer.requestComputerRegistration()\n computer.requestComputerRegistration()\n
......
457 458
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment