Skip to content
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

Presenter hooks #6

Open
wants to merge 252 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
252 commits
Select commit Hold shift + click to select a range
e22cfc0
Fix carrier choice in the product editor
Feb 5, 2019
1e761eb
Fix carrier choice in the cart rule controller
Feb 5, 2019
1e3b60b
Fix of duplicate rows in the cart rule class
Feb 5, 2019
8d0cf05
Fix to merge with current validations
Apr 18, 2019
11f5d6e
Fix to force the change of all the carriers name
Apr 18, 2019
08e7984
Revert commit 2ef06077cfcbbf1df9344a155e07ea7f3d058fa2
Apr 18, 2019
8ce4687
Fix to avoid duplicate carriers in the carrier restriction of cart rules
Apr 18, 2019
5e7e682
Fix of overwritten variable
Sep 9, 2019
5c475f2
Avoid issues for carrier IDs if no delay
matks Sep 26, 2019
b47c43b
Apply php-cs-fixer
matks Sep 26, 2019
5d43db9
Fixes issue Undefined index _route
Gamesh Oct 10, 2019
6e7d0c4
adds kpis container so it is condensed not in full width but in conta…
tomas862 Oct 11, 2019
c9d957a
returns back refresh icon functionality
tomas862 Oct 11, 2019
3857f7a
Add translation provider to allow modifying body contents, add a form…
jolelievre Jul 22, 2019
380576c
Redirect with locale or the edition will not work
jolelievre Jul 22, 2019
b48d057
Fix typo
jolelievre Jul 23, 2019
07db2d7
Address feedback from PR
jolelievre Jul 23, 2019
554d958
Reformat mail theme urls and add redirections on former ones
jolelievre Jul 23, 2019
9ba85c3
Remove extra spaces
jolelievre Jul 30, 2019
c2d387f
Fix translation tree API for emails subject, remove theme parameter f…
jolelievre Sep 16, 2019
9a86b6e
Fix headers in new files at least
jolelievre Sep 16, 2019
00e09bd
Rename alias routes as deprecated, rename any routes starting with _
jolelievre Oct 8, 2019
845a5ed
changed [] to array() for more BC
Gamesh Oct 14, 2019
8c695a4
fixed BC break with php 5.6 syntax
Gamesh Oct 14, 2019
3b75657
Update src/PrestaShopBundle/Controller/Admin/CommonController.php
Gamesh Oct 15, 2019
fc48b61
in.xml
ashishsharawat Oct 17, 2019
64af7d6
Update localization/in.xml
ashishsharawat Oct 17, 2019
5416de6
Update localization/in.xml
ashishsharawat Oct 17, 2019
3647303
Update localization/in.xml
ashishsharawat Oct 17, 2019
e140260
Update localization/in.xml
ashishsharawat Oct 17, 2019
ece7e51
changes icons
tomas862 Oct 21, 2019
7e8b69a
adds specific kpis layout and colors on orders page only
tomas862 Oct 21, 2019
167bae9
Changed the context variable passed to bindSwapChange(context)
L3RAZ Oct 21, 2019
a87cbf6
Implements CQRS on Notifications
atomiix Oct 16, 2019
7a27234
Improve wording on order confirmation email
atomiix Oct 22, 2019
cbf8f03
Fix notice since console include config.inc.php
202-ecommerce Oct 22, 2019
473424d
remove require config.inc.php on module cli
202-ecommerce Oct 23, 2019
3fc03ff
remove config.inc.php on theme command
202-ecommerce Oct 23, 2019
3c8846f
remove config.inc.php on generate mail command line
202-ecommerce Oct 23, 2019
0af0179
remove config.inc.php on sql update command line
202-ecommerce Oct 23, 2019
8f53621
remove config.inc.php on configuration command
202-ecommerce Oct 23, 2019
56c70ec
Update admin-dev/themes/new-theme/template/helpers/kpi/kpi.tpl
tomas862 Oct 23, 2019
5efe849
Change wording in FO when there is specific price by quantity
atomiix Oct 22, 2019
693b112
Fixed "Attempted to call an undefined method named 'formatPrice' of c…
Progi1984 Oct 23, 2019
3d9b83c
Implement Order header
sarjon Oct 23, 2019
9447b92
Customize legacy orders header
sarjon Oct 23, 2019
efc3026
Include font component into theme scss
sarjon Oct 23, 2019
0f37758
Add help link in order view header
sarjon Oct 23, 2019
d919057
Update AdminImagesController.php
Prestaworks Oct 24, 2019
2776a60
Merge pull request #16090 from sarjon/m-orders-header
jolelievre Oct 24, 2019
7481ed1
fix number of DL & expiration date being displayed in the download vi…
atomiix Oct 21, 2019
e19fe63
Display placeholder data instead of variables in download_product mai…
atomiix Oct 21, 2019
e5bc041
Checked that ShippingCostTax values are not null before being formatted
Progi1984 Oct 24, 2019
a22f51b
Merge pull request #16085 from Progi1984/issue16080
jolelievre Oct 24, 2019
103e9ba
Fixed default carrier name to empty
Progi1984 Oct 24, 2019
6fb9739
Merge pull request #16111 from Progi1984/issue16107
jolelievre Oct 24, 2019
87848fd
Fix missing location for products with combinations
sarjon Oct 23, 2019
40c6e6e
Fix link to order view page from list
sarjon Oct 23, 2019
d90908f
Fix products without images display in view page
sarjon Oct 23, 2019
947a867
Display address names instead of customer in order preview
sarjon Oct 23, 2019
6625c89
Give more space to invoice data column
sarjon Oct 23, 2019
8047130
Add date formatting for order status
sarjon Oct 18, 2019
8f95278
Add generating invoice & delivery slip from order view page
sarjon Oct 18, 2019
f4ddfff
Fix view for virtual orders
sarjon Oct 18, 2019
fc65574
Add missing placeholder in the Private Note textarea
atomiix Oct 24, 2019
9e53c4e
Add demo file for brands and addresses
Oct 25, 2019
ee2cbe4
Add faker For Brand and Address
Oct 25, 2019
c73c790
Add new eslint rule
Oct 25, 2019
c3538f1
Merge pull request #16114 from atomiix/add-missing-private-note-place…
PierreRambaud Oct 25, 2019
528b236
Update function select by visible text for time saving
Oct 25, 2019
87376e1
Add selectors for BO Menu
Oct 25, 2019
d6446a4
Change value of puppeteer slowMo
Oct 25, 2019
ce45c89
Add function to delete file
Oct 25, 2019
ab784ac
Add Brand Pages
Oct 25, 2019
8903248
Add functional tests for brands and addresses
Oct 25, 2019
57b0e4c
Change checkout button wording
atomiix Oct 25, 2019
61b50a3
Update tests
Oct 25, 2019
dced7f6
delete update of slowMo
Oct 25, 2019
5c7b5ee
Delete supplier's address only if no other shops use it
atomiix Oct 25, 2019
392b689
Fix name of class
Oct 25, 2019
158563c
Using clickAndWaitForNavigation function
Oct 25, 2019
e9c3e00
Update test
Oct 25, 2019
738ae25
adding common test for going into brands page
Oct 26, 2019
c6ef0fe
Merge pull request #16126 from atomiix/change-checkout-button-wording
matks Oct 28, 2019
5f98409
Merge pull request #16022 from sarjon/m/order/actions
matks Oct 28, 2019
14511a3
Merge pull request #16072 from 202-ecommerce/patch-13
matks Oct 28, 2019
9c09f9c
Merge pull request #15906 from Gamesh/patch-2
matks Oct 28, 2019
1f43308
Merge pull request #16045 from L3RAZ/admin-swap-select-fix
matks Oct 28, 2019
7adc7f5
Fix common Test goToBrandsPage
Oct 28, 2019
c1a5411
Rename common test file
Oct 28, 2019
22e5822
Merge pull request #16123 from atomiix/fix-supplier-edit-multistore
matks Oct 28, 2019
98dfab4
Update reset function to include returning nomber of elements in list
Oct 28, 2019
c368f66
Adding empty line between its
Oct 28, 2019
b470577
Fix call common Test BOBase
Oct 28, 2019
c21acc5
Fix name Called for BoBase Common Tests
Oct 28, 2019
e6db780
Fix name of commonTest
Oct 28, 2019
cb42579
Delete common tests gotoBrands page
Oct 28, 2019
42e0778
Update name of catalog Menu link in BO
Oct 28, 2019
33c0417
Merge pull request #16156 from boubkerbribri/updateLink
SimonGrn Oct 28, 2019
989fc6d
Merge pull request #16097 from Prestaworks/develop
matks Oct 28, 2019
131cb50
Merge remote-tracking branch 'upstream/develop' into functionalBrands
Oct 28, 2019
1ccdcd3
Update Swiss tax rates
LouiseBonnard Oct 28, 2019
a1df16e
Merge pull request #16000 from ashishsharawat/patch-1
Progi1984 Oct 28, 2019
9819947
Merge pull request #16049 from atomiix/fix-virutal-product-links-in-m…
Progi1984 Oct 28, 2019
007721b
Update Colombian tax rates
LouiseBonnard Oct 28, 2019
a061eaa
Merge pull request #16125 from boubkerbribri/functionalBrands
matthieu-rolland Oct 28, 2019
13c1b96
Product component handlers and query results
RaimondasSapola Oct 14, 2019
32529a3
Updated handler php doc
RaimondasSapola Oct 14, 2019
d73f89e
order product component assets
RaimondasSapola Oct 14, 2019
49a5c25
Minor CR fixes
RaimondasSapola Oct 15, 2019
195116c
Add product to cart action
RaimondasSapola Oct 16, 2019
4fa9163
Add product to cart submission assets
RaimondasSapola Oct 16, 2019
60df5e3
add product handling
RaimondasSapola Oct 21, 2019
0777615
Add product frontend handling to submit product data
RaimondasSapola Oct 21, 2019
37fec25
rename html IDs to kebab-case. Fix missing argument in getErrorMessag…
zuk3975 Oct 21, 2019
4bc6275
Implements products list rendering after adding to cart
zuk3975 Oct 21, 2019
6aacb5d
Rename product searcher and move to product controller. WIP refactori…
zuk3975 Oct 21, 2019
f2a4796
Refactoring products block js
zuk3975 Oct 22, 2019
037d368
Switch js products and combination to object with id instead of array
zuk3975 Oct 23, 2019
132806b
refactoring customization fields. Added todo
zuk3975 Oct 23, 2019
241ab2d
mvp of customization fields adding
zuk3975 Oct 23, 2019
9e16f48
Moves cartrules rendering parts to renderer
zuk3975 Oct 24, 2019
f9f6144
Remove unused methods
zuk3975 Oct 24, 2019
451ba7e
implement events on addProduct action
zuk3975 Oct 24, 2019
9c8323a
Adds customer renderer.
zuk3975 Oct 24, 2019
2e24c95
Trigger cart info update after product is added to cart.
zuk3975 Oct 24, 2019
f4aebb3
Fix private method
zuk3975 Oct 24, 2019
8708d9b
Modifies api route names
zuk3975 Oct 24, 2019
e5411fa
Adds remove product from cart action
zuk3975 Oct 24, 2019
8c29ecb
Initialize event listeners instead of calling them multiple times
zuk3975 Oct 25, 2019
6302ca5
refactoring
zuk3975 Oct 25, 2019
ed1948d
Implement delay on search and request abort. Implement addCustomizati…
zuk3975 Oct 29, 2019
0f7b05e
Change Filter Brand for enabled column
Oct 29, 2019
9739ba5
Fix filter Customers
Oct 29, 2019
0efbdfa
Fix filter Categories
Oct 29, 2019
16c37d2
Add Ivory Coast as a supported country
SylNicky Oct 29, 2019
062d121
Using click And for navigation function
Oct 29, 2019
4596a69
Fix reset filter for Customers
Oct 29, 2019
a6a1cf2
Fix reset filter taxes
Oct 29, 2019
15358be
add const for customization field types
zuk3975 Oct 29, 2019
da03da1
Fix lint errors
Oct 29, 2019
b2f4a35
Merge pull request #15982 from RaimondasSapola/M/orders/PoroductsComp…
sarjon Oct 29, 2019
5bed504
Using click And wait for navigation function
Oct 29, 2019
b860370
Fix lint errors
Oct 29, 2019
c389f90
Merge pull request #16160 from PrestaShop/LouiseBonnard-patch-3
Progi1984 Oct 29, 2019
3067fd6
fix label bad display in desktop screen size
atomiix Oct 29, 2019
65bd965
recompile assets
atomiix Oct 29, 2019
ebe8bc3
Fix catalog parent link
Oct 29, 2019
aae8bcf
Update Dominican Republic tax rates
LouiseBonnard Oct 29, 2019
58a56f6
Update Ecuadorian tax rates
LouiseBonnard Oct 29, 2019
150f82e
Update Egyptian tax rates
LouiseBonnard Oct 29, 2019
3a4ecd7
Update Fijian tax rates
LouiseBonnard Oct 29, 2019
87dbaf5
Remove wrong tax rules group
LouiseBonnard Oct 29, 2019
35462ad
Update Guyanan tax rates
LouiseBonnard Oct 29, 2019
8f6c968
Update Indonesian tax rates
LouiseBonnard Oct 29, 2019
c8203c3
Update Israeli tax rates
LouiseBonnard Oct 29, 2019
6ba838c
Update Iranian tax rates
LouiseBonnard Oct 29, 2019
22198ea
Update Japanese tax rates
LouiseBonnard Oct 29, 2019
c765e4e
Update filter product
Oct 29, 2019
3453bef
Update filter order
Oct 29, 2019
f98cf0d
Update Moldavian tax rates
LouiseBonnard Oct 29, 2019
1d00102
Fix name of test
Oct 29, 2019
92176fc
Fix reset filter categories
Oct 29, 2019
09533ea
Update Norwegian tax rates
LouiseBonnard Oct 29, 2019
3d50932
Use local copies of Open sans and Ubuntu condensed
Oct 29, 2019
ad5f5f0
Merge pull request #16161 from PrestaShop/LouiseBonnard-patch-5
Progi1984 Oct 30, 2019
8c7fddb
Merge pull request #16179 from PrestaShop/LouiseBonnard-patch-3
Progi1984 Oct 30, 2019
b1f3ec6
Replacing reset in tests brands
Oct 30, 2019
f5bc576
Update reset for categories tests
Oct 30, 2019
8d03080
Update reset for customers tests
Oct 30, 2019
b38fe80
Update reset for taxes tests
Oct 30, 2019
85fe9fe
Update reset for products tests
Oct 30, 2019
08c6a48
Update reset for orders tests
Oct 30, 2019
98179d8
Adding empty lines between its
Oct 30, 2019
367d991
Update localization/eg.xml
LouiseBonnard Oct 30, 2019
96bda94
Merge remote-tracking branch 'upstream/develop' into functionalFilters
Oct 30, 2019
5ee6d28
Update localization/ec.xml
LouiseBonnard Oct 30, 2019
9db94e7
Merge pull request #16187 from PrestaShop/LouiseBonnard-patch-11
Progi1984 Oct 30, 2019
2b6ff31
Merge pull request #16185 from PrestaShop/LouiseBonnard-patch-9
Progi1984 Oct 30, 2019
7c4036d
Merge pull request #16186 from PrestaShop/LouiseBonnard-patch-10
Progi1984 Oct 30, 2019
aa1e8be
Merge pull request #16183 from PrestaShop/LouiseBonnard-patch-8
Progi1984 Oct 30, 2019
ceb2057
Merge pull request #16182 from PrestaShop/LouiseBonnard-patch-7
Progi1984 Oct 30, 2019
de7a999
Merge pull request #14809 from jolelievre/translate-mails-body
Progi1984 Oct 30, 2019
437fe2a
Merge pull request #16188 from PrestaShop/LouiseBonnard-patch-12
Progi1984 Oct 30, 2019
ac9360c
Use local copies of Open sans and Ubuntu condensed
Oct 30, 2019
76baf8a
Add clean webpack plugin
Oct 30, 2019
1367dc4
Add licenses for embedded fonts
Oct 30, 2019
af41bfd
Build assets
Oct 30, 2019
318d391
Merge remote-tracking branch 'upstream/develop' into functionalFilters
Oct 30, 2019
af40ae4
Update New Zealander tax rates
LouiseBonnard Oct 30, 2019
49e403f
Update Serbian tax rates
LouiseBonnard Oct 30, 2019
1d2af10
Update Russian tax rates
LouiseBonnard Oct 30, 2019
685ffe2
Merge pull request #16194 from boubkerbribri/functionalFilters
SimonGrn Oct 30, 2019
5275e71
Add Saudi Arabian tax rates
LouiseBonnard Oct 30, 2019
932238e
Update Tanzanian tax rates
LouiseBonnard Oct 30, 2019
0fa3f09
Update Ukrainian tax rates
LouiseBonnard Oct 30, 2019
4993157
Update Vietnamese tax rates
LouiseBonnard Oct 30, 2019
5845050
Update South African tax rates
LouiseBonnard Oct 30, 2019
a0f4d06
Update Venezuelan tax rates
LouiseBonnard Oct 30, 2019
489c1f5
Merge pull request #16181 from PrestaShop/LouiseBonnard-patch-6
Progi1984 Oct 30, 2019
8b44fac
Merge pull request #16193 from PrestaShop/LouiseBonnard-patch-15
Progi1984 Oct 30, 2019
f9ed970
Merge pull request #16189 from PrestaShop/LouiseBonnard-patch-13
Progi1984 Oct 30, 2019
c828e8c
Merge pull request #16190 from PrestaShop/LouiseBonnard-patch-14
Progi1984 Oct 30, 2019
eb35ea9
Add command to run all functional tests
Oct 30, 2019
16e00e3
Fix brands tests
Oct 30, 2019
3e99be4
Merge remote-tracking branch 'upstream/develop' into addFunctionalTes…
Oct 30, 2019
ef1d7e4
Merge pull request #16216 from boubkerbribri/addFunctionalTestsCommand
SimonGrn Oct 30, 2019
dfa0e36
Merge pull request #16175 from atomiix/fix-label-bad-display
matks Oct 30, 2019
a8500be
adds padding right property for value
tomas862 Oct 31, 2019
6ba0d35
Fix delete order cart rule
sarjon Oct 31, 2019
93784f2
Remove debug code
sarjon Oct 31, 2019
3c604b3
Add tax information
Oct 31, 2019
05a5147
Merge pull request #12379 from Rolige/patch-2
matks Oct 31, 2019
6e60f22
Merge pull request #15965 from atomiix/notification-CQRS
matks Oct 31, 2019
fb06896
Merge pull request #16222 from sarjon/fix-delete-order-cart-rule
matks Oct 31, 2019
d67c770
Update localization/ci.xml
SylNicky Oct 31, 2019
9764675
Update localization/ci.xml
SylNicky Oct 31, 2019
a79f557
Update localization/ci.xml
SylNicky Oct 31, 2019
3e93933
Merge pull request #16218 from LouiseBonnard/develop
Progi1984 Oct 31, 2019
83dc57b
Add tax information
Oct 31, 2019
c538167
Merge pull request #16230 from marionf/issue-15059
Progi1984 Oct 31, 2019
5206bf8
Merge pull request #16224 from marionf/issue-16223
Progi1984 Oct 31, 2019
91750d5
Merge pull request #16173 from SylNicky/patch-1
Progi1984 Oct 31, 2019
c28c1e6
Merge pull request #16075 from sarjon/m/orders/preview-fixes
matks Oct 31, 2019
e6ade8d
Set Demo mode only if undefined
Quetzacoalt91 Oct 31, 2019
b996178
Disable Customer group selection checkbox when single customer is set…
atomiix Oct 23, 2019
77306e9
Improve install doc
matks Oct 31, 2019
a534ca5
Update Costa Rican tax rates
LouiseBonnard Oct 31, 2019
2f59847
Update Peruvian tax rates
LouiseBonnard Oct 31, 2019
3de631a
Update Brazilian tax rates
LouiseBonnard Oct 31, 2019
378bd21
Merge pull request #16088 from atomiix/fix-cart-rule-conflict
matks Oct 31, 2019
9d283f4
Merge pull request #16033 from tomas862/features/kpi-update
Progi1984 Nov 4, 2019
5acf31e
Merge pull request #16237 from Quetzacoalt91/check-defined
PierreRambaud Nov 4, 2019
38172d3
Merge pull request #16241 from matks/improve-install
PierreRambaud Nov 4, 2019
d6656ea
Merge pull request #16063 from atomiix/improve-order-conf-email
PierreRambaud Nov 4, 2019
a1f161a
Merge pull request #16069 from atomiix/wording-price-by-quantity
matthieu-rolland Nov 4, 2019
16ca68c
give selected currency to ajax call
matthieu-rolland Nov 4, 2019
736cd05
Remove useless checkbox
Nov 5, 2019
4fc8223
Remove useless js
Nov 5, 2019
cece374
Merge pull request #16244 from LouiseBonnard/develop
Progi1984 Nov 5, 2019
e5cffe4
Use https links to doc instead of http
matks Nov 5, 2019
5d4c682
Merge pull request #16278 from matks/link-https-doc
PierreRambaud Nov 5, 2019
46ec577
Fix ajax spinner not disappearing after ajax is done
Nov 5, 2019
c0e593b
Merge pull request #16266 from matthieu-rolland/fix-order-product-ajax
PierreRambaud Nov 6, 2019
dd5d1a8
Merge pull request #16271 from marionf/issue-9790
PierreRambaud Nov 6, 2019
3a7a7de
Merge pull request #16209 from eternoendless/use-local-fonts-default-…
PierreRambaud Nov 6, 2019
e25636f
Merge pull request #16285 from eternoendless/fix-spinner
PierreRambaud Nov 6, 2019
843cb9c
Add hook to present method
djbuch Oct 23, 2019
79bd599
New appendLazyArray method
djbuch Oct 29, 2019
74075ba
Change hook names
djbuch Nov 4, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

To install PrestaShop 1.7, you need a web server running PHP 7.1.3+ and any flavor of MySQL 5.5+ (MySQL, MariaDB, Percona Server, etc.).

You can find more information on our System requirements (https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/) page and on the System Administrator Guide (http://doc.prestashop.com/display/PS16/System+Administrator+Guide).
You can find more information on our System requirements (https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/) page and on the System Administrator Guide (https://doc.prestashop.com/display/PS16/System+Administrator+Guide).

=== Installing PrestaShop

Expand All @@ -59,15 +59,15 @@ Here is the content of this archive:
* This INSTALL.txt file
* The prestashop.zip archive, which contains all the necessary files.
* The index.php file, which will automatically unzip the prestashop.zip archive for you.
* The Install_PrestaShop.html file, which redirects you to http://doc.prestashop.com/display/PS17/Installing+PrestaShop
* The Install_PrestaShop.html file, which redirects you to https://doc.prestashop.com/display/PS17/Installing+PrestaShop

From there on, follow these instructions:

1. Upload at least index.php and prestashop.zip on your web server.
2. From your web browser, go to the folder where index.html and prestashop.zip have been uploaded. The Zip archive should unzip automatically.
3. You are redirected to the PrestaShop installer. Simply follow the instructions.
2. From your web browser, go to the folder where index.html and prestashop.zip have been uploaded and browse index.html. The Zip archive should unzip automatically.
3. You are redirected to the PrestaShop installer. Follow the instructions.

After PrestaShop has successfuly been installed, delete the /install/ folder from your server!
After PrestaShop has successfuly been installed, delete the /install/ folder from your server.

Enjoy your store :)

Expand All @@ -76,11 +76,11 @@ Enjoy your store :)

Essential links about PrestaShop:

* User Guide: http://doc.prestashop.com/display/PS17/User+Guide
* Tech docs (modules & themes): https://developers.prestashop.com/
* Official blog: https://www.prestashop.com/blog/en/
* Devteam blog: http://build.prestashop.com/
* Get community support: http://www.prestashop.com/forums/
* User Guide: https://doc.prestashop.com/display/PS17/User+Guide
* Tech docs (modules & themes): https://devdocs.prestashop.com/
* Official blog: https://www.prestashop.com/en/blog
* Developer blog: https://build.prestashop.com/
* Get community support: https://www.prestashop.com/forums/
* Get paid support: https://www.prestashop.com/en/support
* Find modules and themes: https://addons.prestashop.com/
* Contribute with code: https://github.com/PrestaShop/PrestaShop
Expand Down
9 changes: 0 additions & 9 deletions admin-dev/themes/default/js/bundle/product/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -1156,15 +1156,6 @@ var attachmentProduct = (function() {
var buttonSave = $('#form_step6_attachment_product_add');
var buttonCancel = $('#form_step6_attachment_product_cancel');

/** check all attachments files */
$('#product-attachment-files-check').change(function() {
if ($(this).is(":checked")) {
$('#product-attachment-file input[type="checkbox"]').prop('checked', true);
} else {
$('#product-attachment-file input[type="checkbox"]').prop('checked', false);
}
});

buttonCancel.click(function (){
resetAttachmentForm();
});
Expand Down
1 change: 1 addition & 0 deletions admin-dev/themes/default/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import '../sass/font.scss';
import '../sass/admin-theme.sass';
import '../node_modules/perfect-scrollbar/css/perfect-scrollbar.css';
import '@openfonts/ubuntu-condensed_latin';

import PerfectScrollBar from 'perfect-scrollbar';

Expand Down
Loading