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 77
    • Issues 77
    • 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
  • #74

Closed
Open
Created Dec 29, 2016 by Bas Lijnse@baslijnsOwner

Actions of future steps should be hidden

When multiple step combinators are nested, the disabled actions of the 'outer' step should be hidden when layouting. They are not yet relevant and clutter up the UI.

The following code shows one 'Continue' button too many

test =   viewInformation () [] "Step 1"
     >>| viewInformation () [] "Step 2"
     >>| viewInformation () [] "Step 3"

Start world = startEngine test world
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None