fixed bug in CourseTemplatePanel and added repeatable part config to UI

This commit is contained in:
Axel Uhl
2024-02-07 18:33:55 +01:00
parent e637e7ab7b
commit 29c03678bb
11 changed files with 67 additions and 29 deletions
@@ -1,7 +1,7 @@
package com.sap.sailing.domain.coursetemplate;
/**
* While sharing most of @{@link CommonMarkProperties}, {@link MarkProperties} do have the distinct
* While sharing most of {@link CommonMarkProperties}, {@link MarkProperties} do have the distinct
* {@link FreestyleMarkConfiguration} property tags.
*
*/
@@ -15,8 +15,8 @@ import com.sap.sse.security.shared.WithQualifiedObjectIdentifier;
/**
* A template for creating a {@link Mark}. It has a globally unique ID and can be used in zero or more
* {@link CourseTemplate}s. It is immutable and contains all {@link CommonMarkProperties common properties for a mark}.
* In the context of a {@link CourseTemplate} it can be {@link CourseTemplate#getDefaultMarkRolesForMarkTemplates() linked} to a {@link MarkRole}
* that it wants to assume by default.
* In the context of a {@link CourseTemplate} it can be {@link CourseTemplate#getDefaultMarkRolesForMarkTemplates()
* linked} to a {@link MarkRole} that it wants to assume by default.<p>
*
* @author Axel Uhl (d043530)
*