Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Tryton Tryton
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 708
    • Issues 708
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 74
    • Merge requests 74
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TrytonTryton
  • TrytonTryton
  • Merge requests
  • !528

Do not reset view when switching to a tabbed wizard form

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Nicolas Évrard requested to merge topic/default/nicoe-tryton-no_reset_tabbed_wizards into branch/default May 11, 2023
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 1

When using a tabbed wizard which contains a notebook with multiple pages, if the user switches to another form then back to the wizard the wizard's form is reset (ie if the user selected the second page of the notebook, the first one will be selected).

It's due to the fact that contrary to the other tabs, the tabbed wizards set_cursor function resets the form.

Edited May 11, 2023 by Nicolas Évrard
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/default/nicoe-tryton-no_reset_tabbed_wizards