Commit 28929163 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix typo.

parent 00b4cecf
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<value> <string>computer = context.REQUEST.get(\'here\')\n <value> <string>computer = context.REQUEST.get(\'here\')\n
software_release = context\n software_release = context\n
\n \n
return context.Computer_getSoftwareReleaseState(software_release.getUid())\n return computer.Computer_getSoftwareReleaseState(software_release.getUid())\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
355 356
\ 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