[16.0][ADD] shopfloor_reception_helpdesk/mobile#1110
Draft
rousseldenis wants to merge 13 commits intoOCA:16.0from
Draft
[16.0][ADD] shopfloor_reception_helpdesk/mobile#1110rousseldenis wants to merge 13 commits intoOCA:16.0from
rousseldenis wants to merge 13 commits intoOCA:16.0from
Conversation
…to create tickets
…ton if not allowed
…n creating a ticket.
…o select motive when creating a ticket.
…d to any particular team in available motives during "start_helpdesk"
…_stock dependency Renaming wizard mehtod: `create_helpdesk_ticket` -> `action_create_helpdesk_ticket` See PR: OCA/helpdesk#875
… helpdesk button. The v-text-field rendering the description when clicking the helpdesk button did cause a frontend error due to this props being given `:type="input_type"`. As "input_type" is not declared anywhere we got this error: `ReferenceError: input_type is not defined` Moreover, the "type" props has been found not to be useful empirically (it is also not fund in Vuetify docs: https://vuetifyjs.com/en/components/textareas/) so it has been removed.
…e ticket creation The "Create Helpdesk Ticket" action previously allowed submission even if the description was empty, leading to a 400 error printed on the page (in message pop up). This change improves the user experience by: - Adding a `:disabled` binding to the "Create Helpdesk Ticket" button based on the presence of the description text. - Adding a Vuetify validation rule to the description text field to provide visual feedback to the user.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


No description provided.