-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
4.6 M2
A Project should be linked to a single Site, instead of a list of Site.
replace
public Collection<Site> getSites()
by
public Site getSite()
A Project should be linked to a single Site, instead of a list of Site.
replace
public Collection<Site> getSites()
by
public Site getSite()