@myclub_se/data-access 2.7.3 → 2.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/services/activity.service.mjs +2 -1
- package/fesm2015/myclub_se-data-access.mjs +1 -0
- package/fesm2015/myclub_se-data-access.mjs.map +1 -1
- package/fesm2020/myclub_se-data-access.mjs +1 -0
- package/fesm2020/myclub_se-data-access.mjs.map +1 -1
- package/lib/services/activity.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2000,6 +2000,7 @@ class ActivityService {
|
|
|
2000
2000
|
}, locationGroup);
|
|
2001
2001
|
}
|
|
2002
2002
|
createSectionActivityLocationGroup(sectionId, locationGroup) {
|
|
2003
|
+
delete locationGroup.id;
|
|
2003
2004
|
return this.apiService
|
|
2004
2005
|
.postResource(activityLocationGroupFactory, Role.SectionAdmin, SECTION_ACTIVITY_LOCATION_GROUPS_PATH, {
|
|
2005
2006
|
sectionId,
|