web/web_m2x_options/static
Jairo Llopis ddbbe81f4e
[FIX] web_m2x_options: Fix error in tree views with many2many_tags
The method `_onOpenColorPicker` is defined on `FormFieldMany2ManyTags`, not in `FieldMany2ManyTags`, so it can only be called on its descendants.

Otherwise, clicking on a `many2many_tags` tag when found in a tree view produces an error such as:

    TypeError: self._onOpenColorPicker is not a function

    http://localhost/web_m2x_options/static/src/js/form.js:354
    Rastreo de error:
    _onOpenBadge@http://localhost/web_m2x_options/static/src/js/form.js:354:17
    proxy/<@http://localhost/web/static/src/js/core/mixins.js:279:20
    dispatch@http://localhost/web/static/lib/jquery/jquery.js:4640:50
    add/elemData.handle@http://localhost/web/static/lib/jquery/jquery.js:4309:41
2019-01-16 11:51:20 +00:00
..
description fix: obscur wrong path on last commit. recreate portage from scratch. 2018-06-21 12:00:56 +02:00
src [FIX] web_m2x_options: Fix error in tree views with many2many_tags 2019-01-16 11:51:20 +00:00