Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
117.1
edited by Super Admin
on 2026/04/01 16:28
on 2026/04/01 16:28
Change comment:
There is no comment for this version
To version
118.1
edited by Super Admin
on 2026/04/01 17:36
on 2026/04/01 17:36
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1054,7 +1054,10 @@ 1054 1054 #set($fyNums = []) 1055 1055 #foreach($fy in $fySet) 1056 1056 #if($fy && $fy != '' && $fy != 'unknown') 1057 - #set($discard = $fyNums.add($fy)) 1057 + #set($fyInt = $mathtool.toInteger($fy)) 1058 + #if($fyInt) 1059 + #set($discard = $fyNums.add($fyInt)) 1060 + #end 1058 1058 #end 1059 1059 #end 1060 1060 ## 最大値を順番に取り出して降順リストを構築(最大20年度まで対応)