]> source.dussan.org Git - sonarqube.git/commit
[NO JIRA] Remove dead code, fix 'initial token name' bug
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Mon, 23 May 2022 10:23:02 +0000 (12:23 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 24 May 2022 20:10:14 +0000 (20:10 +0000)
commit914cef832bc5e781c560d6d476ccba93caf7eefc
tree7666bed4bb937f2f40f6704140909461ecb5bb80
parent632b007c0de38c21b57154035d6f2a1f9d923ff7
[NO JIRA] Remove dead code, fix 'initial token name' bug

- Remove methods that are no longer used
- Passing the initial token name as a prop was broken, and the name was
  always reset to an empty string. This is now fixed.
- Passing an initial token name to `getUniqueTokenName()` should not be
  optional (doesn't make any sense to pass an empty string).
server/sonar-web/src/main/js/components/tutorials/manual/TokenStep.tsx
server/sonar-web/src/main/js/components/tutorials/manual/__tests__/TokenStep-test.tsx
server/sonar-web/src/main/js/components/tutorials/utils.ts