Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
I
iTasks-SDK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 78
    • Issues 78
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • clean-and-itasks
  • iTasks-SDK
  • Issues
  • #100

Closed
Open
Created Mar 29, 2017 by Markus Klinik@mklinikDeveloper

Continue button initially disabled

In the following program the continue button is initially disabled while it should be enabled. Changing the value of the editor to Cons2 and then back to Cons1 does enable the continue button.

Seems to be related to #99 (closed). Before the patch for this issue it still worked.

module test

import iTasks

derive class iTask T

:: T = Cons1 | Cons2 Int | Cons3 Int

Start :: *World -> *World
Start world = startEngine (upd >>= view) world
    where
        upd :: Task T
        upd = updateInformation "" [] Cons1
        view :: T -> Task T
        view t = viewInformation "" [] t
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None