Skip to content

Commit 2b31859

Browse files
Merge pull request #68 from PrestaShop/dev
Merge to master for v3.0.4
2 parents 3e21e7b + 6d8f79c commit 2b31859

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ template: |
66
77
### Contributors
88
9-
$CONTRIBUTORS
9+
$CONTRIBUTORS

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PrestaShop - Link list",
44
"homepage": "https://github.com/PrestaShop/ps_linklist",
55
"license": "AFL-3.0",
6-
"version": "3.0.3",
6+
"version": "3.0.4",
77
"authors": [
88
{
99
"name": "PrestaShop SA",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>ps_linklist</name>
44
<displayName><![CDATA[Link List]]></displayName>
5-
<version><![CDATA[3.0.3]]></version>
5+
<version><![CDATA[3.0.4]]></version>
66
<description><![CDATA[Adds a block with several links.]]></description>
77
<author><![CDATA[PrestaShop]]></author>
88
<tab><![CDATA[front_office_features]]></tab>

ps_linklist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function __construct()
6868
{
6969
$this->name = 'ps_linklist';
7070
$this->author = 'PrestaShop';
71-
$this->version = '3.0.3';
71+
$this->version = '3.0.4';
7272
$this->need_instance = 0;
7373
$this->tab = 'front_office_features';
7474
$this->tabs = [

views/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ps_linklist",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "",
55
"scripts": {
66
"build": "NODE_ENV=production webpack --progress --colors --debug --display-chunks",

views/templates/admin/link_block/form.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
<button data-collection-id="{{ linkBlockForm.link_block.custom.vars.id }}" class="btn btn-primary add-collection-btn">{{ 'Add'|trans({}, 'Admin.Actions') }}</button>
5959
</div>
6060
</div>
61+
{{ form_rest(linkBlockForm.link_block) }}
62+
{% do linkBlockForm.link_block.setRendered %}
6163
{{ form_rest(linkBlockForm) }}
6264
</div>
6365
</div>

0 commit comments

Comments
 (0)