This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fibble
suggested changes
Jan 11, 2024
module/Olcs/src/Controller/Messages/LicenceCloseConversationController.php
Outdated
Show resolved
Hide resolved
fibble
previously approved these changes
Jan 12, 2024
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.
One v.minor comment on whitespace. Otherwise looks good.
module/Olcs/src/Controller/Messages/LicenceCloseConversationController.php
Outdated
Show resolved
Hide resolved
module/Olcs/src/Form/Model/Fieldset/CloseConversationActions.php
Outdated
Show resolved
Hide resolved
hobbyhacker0
approved these changes
Jan 12, 2024
fibble
approved these changes
Jan 12, 2024
jerotire
pushed a commit
to dvsa/vol-app
that referenced
this pull request
Aug 16, 2024
# This is the 1st commit message: WIP # This is the commit message dvsa/olcs-internal#2: WIP # This is the commit message dvsa/olcs-internal#3: WIP # This is the commit message dvsa/olcs-internal#4: WIP # This is the commit message dvsa/olcs-internal#5: WIP # This is the commit message dvsa/olcs-internal#6: WIP # This is the commit message dvsa/olcs-internal#7: WIP # This is the commit message dvsa/olcs-internal#8: WIP # This is the commit message dvsa/olcs-internal#9: WIP # This is the commit message dvsa/olcs-internal#10: WIP # This is the commit message dvsa/olcs-internal#11: WIP # This is the commit message dvsa/olcs-internal#12: WIP # This is the commit message dvsa/olcs-internal#13: WIP WIP WIP WIP WIP VOL-3915: refactor ApplicationProcessingInspectionRequestController and a new factory VOL-3915: add factories in OLCS/src/Controller/Application VOL-3915: fix ApplicationProcessingOverviewControllerTest tests VOL-3915: remove all getServiceLocators in ApplicationController and corresponding factory and test VOL-3915: remove getServiceLocators in Controller\Bus and corresponding factories VOL-3915: tidy tests and controllers (BusDetails/BusProcessing/BusService) VOL-3915: AbstractHistory controller and factory VOL-3915: fix ConfirmTest unit tests VOL-3915: fix construct for ConditionUndertakingController and factory VOL-3915: remove all getServiceLocators in Application/Overview and Penalty Controllers and corresponding factories VOL-3915: CasesController and corresponding factory VOL-3915: remove all getServiceLocators in ApplicationProcessingController and corresponding factory VOL-3915: remove all getServiceLocators in IrhpApplicationController and corresponding factory VOL-3915: remove all getServiceLocators in ApplicationProcessingController, LicenceController and SurrenderControllers VOL-3915: remove all getServiceLocators in OperatorController and LicenceController VOL-3915: remove all getServiceLocators in Application/ProcessingController and TransportManagerController VOL-3915: replaced routes declared in invokable with abstractInternalController and corresponding files VOL-3915: tidy up of modules and factories VOL-3915: replaced invokable and strings that extended abstractHistoryController VOL-3915: add factories for Applications/ Cases/ IrhpPermits/ Operator VOL-3915: tidy up - add factories for Bus/ Cases/ TransportManager VOL-3915: fix unit test (ConfirmTest) VOL-3915: add factories for Applications/ Cases/ IrhpPermits/ Operator VOL-3915: add correct path to navigation VOL-3915: add factories for Sla directory VOL-3915: /Admin add factories for DataRetention and controller Remove gSL and add factories for History & Disqualify controllers Fix disqualify & others Revert "Fix disqualify & others" This reverts commit e0fb5f90c384d54681e63fa1d133b3065e1bdd08. VOL-3915: add factories for rest of Admin directory VOL-3915: white screen corrections WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP
jerotire
pushed a commit
to dvsa/vol-app
that referenced
this pull request
Aug 16, 2024
* feat: Close Conversation popup (no confirm yet) * feat: Call BE to close conversation * fix: Close button disabled on conversation isClosed * fix: FQCN for form access in controller * fix: Sneaky whitespace somehow * fix: Annotation tidy up for forms * fix: Cancel button is a link in the popup
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This ticket is to allow the case worker to close the conversation and the user can no longer send a reply.
The command handler should close the existing conversation and mark the records on the database as closed.
The message will appear on the message tab as a closed conversation
Related issue: VOL-4689
Before submitting (or marking as "ready for review")