Merge branch 'ccm-cms-mvc' into event-mvc-editsteps
commit
170171f6cd
|
|
@ -90,7 +90,7 @@ class ProfileSiteItemController {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
profileSiteItem.getPosition().addValue(locale, position);
|
profileSiteItem.getPosition().putValue(locale, position);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setInterests(
|
public void setInterests(
|
||||||
|
|
@ -108,7 +108,7 @@ class ProfileSiteItemController {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
profileSiteItem.getInterests().addValue(locale, interests);
|
profileSiteItem.getInterests().putValue(locale, interests);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setMisc(
|
public void setMisc(
|
||||||
|
|
@ -124,7 +124,7 @@ class ProfileSiteItemController {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
profileSiteItem.getMisc().addValue(locale, misc);
|
profileSiteItem.getMisc().putValue(locale, misc);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue