-
- Downloads
[IMP] website_rating: return RatingPopupComposer from portal_rating_composer.js
before this commit: portal_rating_composer.js do not return anything, as it does not return anything extending RatingPopupComposer is not possible, as RatingPopupComposer loads template using xmlDependencies so inherting template 'website_rating.PopupComposer' is also not possible because if some other module wants to extend 'website_rating.PopupComposer' template then it has to add extended template by extending 'RatingPopupComposer' widget. with this commit: RatingPopupComposer is returned in portal_rating_composer.js closes odoo/odoo#62016 X-original-commit: 6514bb70 Signed-off-by:Nicolas Martinelli (nim) <nim@odoo.com>
Please register or sign in to comment