- 03 May, 2021 2 commits
-
-
Matthieu Rolland authored
Changelog 1774
-
matthieu-rolland authored
-
- 28 Apr, 2021 1 commit
-
-
matthieu-rolland authored
-
- 27 Apr, 2021 7 commits
-
-
Progi1984 authored
Collapse option not working for the the BO category tree
-
GoT authored
Update smarty from 3.1.34 to 3.1.39
-
matthieu-rolland authored
-
Progi1984 authored
Update version number to 1.7.7.4
-
matthieu-rolland authored
-
Progi1984 authored
Fix nightly 177x for 27-04-2021
-
Boubker Bribri authored
-
- 26 Apr, 2021 3 commits
-
-
crezzur authored
The error is showing instantly when you click on the expand all button. The reason it is displayed in the Add shop treeview page only is because this treeview has the search option activated. The error is caused by the function call organizeTree(); (tree.js line 218). Looking into this function it looks like its a dead part of code. inside the function organizeTree() a call to the function getCategoryById() is made. Looking into the function getCategoryById() the HTML attribute name="id_parent" is searched. Searching into the whole folder STORE\BACKFOFFICE\themes\default\ and more specific STORE\BACKFOFFICE\themes\default\template\helpers\tree\ for the HTML attribute name="id_parent" returns negative. concluding this i am guessing the functions organizeTree() and getCategoryById() are leftovers from something what is already removed.
-
Progi1984 authored
Fix Gift + discount cartRule calculation in cart summary
-
crezzur authored
Optimization of expandAll function added Jquery selector $('#'+idTree) into targetTree variable since the Jquery selector is used on 7 locations, requested by @sowbiba
-
- 24 Apr, 2021 1 commit
-
-
crezzur authored
Error pointed out by @khouloudbelguith, Expand all button will fire error cannot find id of tree which needs to expand. Error can be found on line 219 of the expandAll function Error line: $(this).$element.find("label.tree-toggler").each( Since we already know the tree id from the click we can us the idTree parameter. Resolve error: $('#' + idTree).find("label.tree-toggler").each( The line "$(this).$element" is not needed since we can use the Jquery solution to find by element ID instead of the this function. In this case we use "$('#' + idTree)" which prevents any errors in the future.
-
- 23 Apr, 2021 5 commits
-
-
Progi1984 authored
Upgrade playwright to 1.8.1
-
Thomas BACCELLI authored
-
Thomas BACCELLI authored
-
Progi1984 authored
Allow all characters when using combination, not only \w
-
Boubker Bribri authored
-
- 22 Apr, 2021 3 commits
-
-
Pierre RAMBAUD authored
-
crezzur authored
Typo
-
crezzur authored
Resolve issue "collapse" option not working for the the back-office tree (old theme) Affected pages: Faceted search, other pages and modules which use the old theme tree version
-
- 21 Apr, 2021 2 commits
-
-
Jonathan Lelievre authored
Use different instance name for 1.7.7.x branch
-
Pierre RAMBAUD authored
-
- 20 Apr, 2021 5 commits
-
-
Thomas BACCELLI authored
-
Progi1984 authored
Backport fix on growl messages
-
Progi1984 authored
Fix gift not added when changing carrier in Create order page
-
Boubker Bribri authored
-
Boubker Bribri authored
-
- 19 Apr, 2021 4 commits
-
-
Thomas BACCELLI authored
-
Thomas BACCELLI authored
-
Progi1984 authored
Fix category filter not checked
-
Progi1984 authored
Fix OrderState deletion when not in default language context
-
- 17 Apr, 2021 1 commit
-
-
GoT authored
Delete dashboad UI test
-
- 16 Apr, 2021 5 commits
-
-
Thomas BACCELLI authored
-
Thomas BACCELLI authored
-
Thomas BACCELLI authored
-
nesrineabdmouleh authored
-
nesrineabdmouleh authored
-
- 15 Apr, 2021 1 commit
-
-
Thomas BACCELLI authored
-