Changes for page GoogleSummerOfCode2009

Last modified by Eduard Moraru on 2020/03/24 12:22

<
From version < 1.9 >
edited by Eduard Moraru
on 2020/03/24 12:17
To version < 1.10 >
edited by Eduard Moraru
on 2020/03/24 12:17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -72,8 +72,7 @@
72 72  #foreach ($item in $projects)
73 73   #set($project = $xwiki.getDocument($item))
74 74   $project.use("GoogleSummerOfCode.ProjectClass")
75 - #if ("$!{project.status}" != '' && "$!project.status" != "proposed")
76 -$!project.status.value
75 + #if ("$!{project.getValue('status')}" != '' && "$!project.getValue('status')" != "proposed")
77 77   #displayProject($project $item "")
78 78   #end
79 79  #end

Get Connected