menu-options #51
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Activity:Doing
Activity:Proposal
Runner
AT
Runner
CLI
Runner
HTTP
cleanup
devops
easypeasy
exchange
l8ter
legacy
optimization
privilege
refactor
smell
support
tooling
ux
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: urdt/ussd#51
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "menu-options"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR implements remaining menu options
Help menu does not work as expected here:
Same with change pin:
@ -492,3 +534,1 @@
res.FlagSet = append(res.FlagSet, flag_allow_update)
res.FlagReset = append(res.FlagReset, flag_account_authorized)
}
if len(input) == 4 {
can you please put the pin length in a global variable and replace all similar occurrences and check with that?
@ -572,0 +625,4 @@
l := gotext.NewLocale(translationDir, code)
l.AddDomain("default")
res.Content = l.Get("For more help,please call: 0757628885")
This should be a config variable. Let's put it as a global variable for now.
You are sure this cannot be solved with a template?
@ -321,0 +1001,4 @@
}
}
func TestVerifyPin(t *testing.T) {
this test does not pass
https://g33k.holbrook.no/e675e48bdd347c120aa37d85250b6c419b17ec38c5940e0907362eef3d4ffda9
Pull request closed