Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 82
    • Issues 82
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • minervaminerva
  • core
  • Merge requests
  • !609

fixing regression bug

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sascha Herzinger requested to merge 659-privileges-not-saved into devel_12.1.x Feb 04, 2019
  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 2

Closes #659 (closed)

The only notable addition is

    .then(function () {
      var currentLogin = ServerConnector.getSessionData().getLogin();
      return self.sendGetRequest(self.getUserUrl({login: currentLogin}, {}));
    })

I did a few tests and it seems to fix the reported issue without undoing !597 (closed)

Edited Feb 04, 2019 by Sascha Herzinger
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 659-privileges-not-saved