mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
fixed bug in CourseTemplatePanel and added repeatable part config to UI
This commit is contained in:
+1
-1
@@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
+2
-2
@@ -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)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user