Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • kresus kresus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 142
    • Issues 142
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • 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
  • kresusapp
  • kresuskresus
  • Merge requests
  • !706

Fix regression in the memoization of select options introduced with 5cf9f185

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Antoine requested to merge ZeHiro/kresus:fix-memoization-select into master Jul 04, 2018
  • Overview 6
  • Commits 1
  • Pipelines 3
  • Changes 7

Without this patch, the type select and the category select in the report section shared the same memoizer, which made it unuselful. For example, changing a value in the type or category select would rerender all the cat and type selects in the report section. This patch fixes the memoization.

Edited Jul 04, 2018 by Antoine
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-memoization-select