Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit de6bbd5

Browse files
author
vikasrohit
committed
SUP-2910, Misc. onboarding (Skill picker) issues
-- Fixed - The "Done" button should not activate if only the iOS community is selected. The user must also select a track. (The iOS community is additional to the tracks; it's not a track itself)
1 parent 073df5d commit de6bbd5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/skill-picker/skill-picker.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
vm.loadingCommunities = false;
2323
vm.communities = {};
2424
vm.isPageDirty = isPageDirty;
25+
vm.isTracksDirty = isTracksDirty;
2526
///////
2627
activate();
2728

app/skill-picker/skill-picker.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
type="button",
7171
tc-busy-button, tc-busy-when="vm.saving",
7272
ng-click="vm.submitSkills()",
73-
ng-disabled="vm.disableDoneButton || !vm.isPageDirty()") Done
73+
ng-disabled="vm.disableDoneButton || !vm.isTracksDirty()") Done

0 commit comments

Comments
 (0)