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
  • #418

Closed
Open
Created Oct 28, 2020 by Camil Staps@cstaps🐟Owner

workOnChosenTask does not hide all parts of the inactive task UIs

In the program below, not all parts of the task UIs are hidden properly. The labels of the editors are visible in every tab; only the fields are hidden. This is independent of the ChoiceOption used.

This is the problem I mentioned in !508 (merged). After this is fixed, we can probably reapply !507 (merged).

2020-10-28-084305_284x173

import iTasks

Start w = doTasks task w

task = workOnChosenTask ChooseFromTabs
	[
		( toString i
		, updateInformation [UpdateUsing id (const id) (Label "Field" @>> integerField)] i
		)
	\\ i <- [1..5]
	]
Edited Oct 28, 2020 by Camil Staps
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None