-
Notifications
You must be signed in to change notification settings - Fork 1
HOT-FIX: add users name #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
| returnsInProgress <- stampDutyLandTaxService.getReturn(storn, "PENDING") | ||
| submittedReturns <- stampDutyLandTaxService.getReturn(storn, "SUBMITTED") | ||
| dueForDeletion <- stampDutyLandTaxService.getReturn(storn, "DUE_FOR_DELETION") | ||
| optName <- authConnector.authorise(EmptyPredicate,Retrievals.name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔧 - please extract field required on the level of playframework action, in this case it will be available in every controller calling auth, also we are not calling auth connector directly in our custom controllers for sure; only via actions such as: identify andThen getData andThen requireData andThen stornRequiredAction etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
# Conflicts: # app/controllers/manage/AtAGlanceController.scala # test/controllers/manage/AtAGlanceControllerSpec.scala
|
test this please |
No description provided.