Skip to content

Commit

Permalink
[FIX] website: different assets_common according to user rights
Browse files Browse the repository at this point in the history
The content of an asset can change according to which modules
are installed, but cannot change according to the user rights,
according to which user is connected.

Otherwise, the assets is re-generated  and stored
in the filesystem too often, which is against the
concept of the assets.

opw-657046
  • Loading branch information
beledouxdenis committed Nov 26, 2015
1 parent 8423a0d commit f9a462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/website/views/website_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<template id="assets_common" inherit_id="web.assets_common" name="Website assets">
<xpath expr="." position="inside">
<script groups="base.group_website_designer" type="text/javascript" src="/website/static/src/js/website.tour.rte.js"></script>
<script type="text/javascript" src="/website/static/src/js/website.tour.rte.js"></script>
</xpath>
</template>

Expand Down

0 comments on commit f9a462f

Please sign in to comment.