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
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.
…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.