-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8.0] crm_rma_lot_mass_return gives javascript error on playAlert #69
Comments
Linked to https://github.com/OCA/rma/blob/8.0/crm_rma_lot_mass_return/templates/search_view.xml#L6 The file /crm_rma_lot_mass_return/static/lib/alert.js does not exist. ping @osvalr , because you've committed this code, maybe left behind in a .gitignore? |
@RoelAdriaans-B-informed I'm checking this out |
@RoelAdriaans-B-informed as you pointed out |
@osvalr True, but you can to an git add -f to add the file, ignoring the gitignore file |
@RoelAdriaans-B-informed but valid directories as |
OCA/maintainer-tools#173 is now merged |
The correct template gitignore file is https://github.com/OCA/maintainer-quality-tools/blob/master/sample_files/.gitignore though |
Thanks for the merge @gurneyalex |
Fixed with the merging of #75 |
With crm_rma_lot_mass_return installed, adding products we get an error:
ReferenceError: playAlert is not defined
Linked to https://github.com/OCA/rma/blob/8.0/crm_rma_lot_mass_return/static/src/js/barcode_text.js#L67 and https://github.com/OCA/rma/blob/8.0/crm_rma_lot_mass_return/static/src/js/barcode_text.js#L84 ..
Tested with Firefox 43 on Linux, Chrome on Windows
The text was updated successfully, but these errors were encountered: