Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

An error when try to merge ticket (ticket drop down list) website_sup… #79

Open
wants to merge 1 commit into
base: 11.0
Choose a base branch
from

Conversation

MohsenWaleed
Copy link

…port V11.0.1.6.1

I got the below error once try to select the ticket to merge:

Error:
Uncaught TypeError: value.split is not a function

http://localhost:8069/web/static/src/js/fields/relational_fields.js:273
Traceback:
TypeError: value.split is not a function
at Class.getDisplayName (http://localhost:8069/web/static/src/js/fields/relational_fields.js:273:22)
at http://localhost:8069/web/static/src/js/fields/relational_fields.js:393:33
at Function..map._.collect (http://localhost:8069/web/static/lib/underscore/underscore.js:164:24)
at Object. (http://localhost:8069/web/static/src/js/fields/relational_fields.js:392:32)
at Object. (http://localhost:8069/web/static/lib/jquery/jquery.js:3276:89)
at fire (http://localhost:8069/web/static/lib/jquery/jquery.js:3119:58)
at Object.fireWith [as resolveWith] (http://localhost:8069/web/static/lib/jquery/jquery.js:3231:49)
at Object.deferred.(anonymous function) [as resolve] (http://localhost:8069/web/static/lib/jquery/jquery.js:3321:62)
at Object. (http://localhost:8069/web/static/src/js/services/ajax_service.js:13:33)
at Object. (http://localhost:8069/web/static/lib/jquery/jquery.js:3276:89)

I discovered that the subject field of the ticket is empty, I added Required = true to subject field.

…port V11.0.1.6.1

I got the below error once try to select the ticket to merge:

Error:
Uncaught TypeError: value.split is not a function

http://localhost:8069/web/static/src/js/fields/relational_fields.js:273
Traceback:
TypeError: value.split is not a function
at Class.getDisplayName (http://localhost:8069/web/static/src/js/fields/relational_fields.js:273:22)
at http://localhost:8069/web/static/src/js/fields/relational_fields.js:393:33
at Function..map._.collect (http://localhost:8069/web/static/lib/underscore/underscore.js:164:24)
at Object. (http://localhost:8069/web/static/src/js/fields/relational_fields.js:392:32)
at Object. (http://localhost:8069/web/static/lib/jquery/jquery.js:3276:89)
at fire (http://localhost:8069/web/static/lib/jquery/jquery.js:3119:58)
at Object.fireWith [as resolveWith] (http://localhost:8069/web/static/lib/jquery/jquery.js:3231:49)
at Object.deferred.(anonymous function) [as resolve] (http://localhost:8069/web/static/lib/jquery/jquery.js:3321:62)
at Object. (http://localhost:8069/web/static/src/js/services/ajax_service.js:13:33)
at Object. (http://localhost:8069/web/static/lib/jquery/jquery.js:3276:89)

I discovered that the subject field of the ticket is empty, I added  Required = true to subject field.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant