-
-
Notifications
You must be signed in to change notification settings - Fork 209
[16.0][ADD] shopfloor_reception_helpdesk/mobile #1110
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
Draft
rousseldenis
wants to merge
13
commits into
OCA:16.0
Choose a base branch
from
acsone:16.0-add-shopfloor-reception-helpdesk-dro
base: 16.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[16.0][ADD] shopfloor_reception_helpdesk/mobile #1110
rousseldenis
wants to merge
13
commits into
OCA:16.0
from
acsone:16.0-add-shopfloor-reception-helpdesk-dro
Conversation
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
…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.
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.