Skip to content

Conversation

@rousseldenis
Copy link

No description provided.

@nicolas-delbovier-acsone

Here is what I added in the UI for selecting a motive:
image

Let me now what you think.

…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.
@nicolas-delbovier-acsone

Improved UI:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants