API 1.0.35+2 tutorial_step condition as JSON
This commit is contained in:
@@ -13,12 +13,8 @@ data class TutorialSteps (
|
||||
@Expose @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @get: NonNull var tutorialStepId: Long = 0,
|
||||
@Expose @get: NotBlank var tutorialText: String = "",
|
||||
@Expose @get: NotBlank var step: Int = 0,
|
||||
@Expose var direction: String? = null,
|
||||
@Expose var checkText: String? = null,
|
||||
@Expose var condition: String? = null,
|
||||
@Expose var branch: String? = null,
|
||||
@Expose @get: NotBlank var parent_id: Int = 0,
|
||||
@Expose var action: Int? = 0,
|
||||
) {
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY, optional = false)
|
||||
|
||||
@@ -11,7 +11,6 @@ data class TutorialTranslation (
|
||||
|
||||
@Expose @get: NotBlank var languageCode: String?,
|
||||
@Expose @get: NotBlank var tutorialText: String = "",
|
||||
@Expose var errorText: String? = null,
|
||||
|
||||
) {
|
||||
@ManyToOne(fetch = FetchType.LAZY, optional = false)
|
||||
|
||||
Reference in New Issue
Block a user