[FIX] theme_cobalt, theme_paptic: restore proper asset order

Error made during migration of assets, those files became prepend to
the bundle instead of append to... hopefully these are the only ones.

Part of https://github.com/odoo/design-themes/pull/2
task-2491890

X-original-commit: 1fe3c6aecc
This commit is contained in:
qsm-odoo
2021-05-12 17:36:26 +00:00
parent 62311833d9
commit c74c9fcad1
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -6,7 +6,6 @@
<field name="key">theme_cobalt.primary_variables_scss</field>
<field name="name">Primary variables SCSS</field>
<field name="bundle">web._assets_primary_variables</field>
<field name="directive">prepend</field>
<field name="path">theme_cobalt/static/src/scss/primary_variables.scss</field>
</record>
-1
View File
@@ -6,7 +6,6 @@
<field name="key">theme_paptic.primary_variables_scss</field>
<field name="name">Primary variables SCSS</field>
<field name="bundle">web._assets_primary_variables</field>
<field name="directive">prepend</field>
<field name="path">theme_paptic/static/src/scss/primary_variables.scss</field>
</record>