Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 207
    • Issues 207
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Merge requests
  • !142

BUG: fix issue #1639 Update UserValue flag in QtWidgetParameterList

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Manuel Grizonnet requested to merge bug-1639 into develop Jun 19, 2018
  • Overview 3
  • Commits 2
  • Pipelines 0
  • Changes 4

BUG: fix issue !1639 Update UserValue flag when a parameter is modified in QtWidgetParameterList widget

The QtWidgetParameterList widget should signal that an input parameter as been modify by the user.Then, it set the UserValue flag from the corresponding parameter to True.

It was spotted as the UserValue flag is used by the ParseApplication method used to list parameter modified by the user in the GUI which is used to build the corresponding command-line from the application GUI (displayed in the Log tab).

Edited Jun 19, 2018 by Manuel Grizonnet
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bug-1639