Skip to content

Commit

Permalink
Exibe corretamente o valor do atributo data-base-url na tag Body
Browse files Browse the repository at this point in the history
  • Loading branch information
idgserpro committed Feb 6, 2019
1 parent 9c8a4de commit 4b6763e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,11 @@ Alterações
1.3 (unreleased)
----------------

- Exibe corretamente o valor do atributo "data-base-url" na tag Body.
Corrige o erro na atribuição de permissões locais (@@sharing).
(closes `#plonegovbr/brasil.gov.portal#565 <https://github.com/plonegovbr/brasil.gov.portal/issues/565>`_).
[idgserpro]

- Atualiza dependências do pacote.
[hvelarde]

Expand Down
Expand Up @@ -20,6 +20,7 @@
<append theme="/html/body" content="//div[@data-iframe='toolbar']" />

<!--Head-->
<merge attributes="id class data-base-url data-portal-url dir" css:content="body" css:theme="body" />
<copy css:content="html" css:theme="html" attributes="lang dir" />
<prepend css:content-children="head" css:theme="head" />
<drop css:content="head link[rel='shortcut icon']" />
Expand All @@ -32,8 +33,6 @@
<copy attributes="href" css:content="#portal-advanced-search a" css:theme="#link-busca" />
<replace css:content="#logo" css:theme="#logo" />
<replace css:content="#portal-globalnav li" css:theme="nav li" />
<merge attributes="class" css:content="body" css:theme="body" />
<copy attributes="id dir" css:content="body" css:theme="body" />
<prepend css:content="#portal-features" css:theme="#main" />
<copy attributes="role" css:content="content" css:theme="contentspace" />
<replace css:content="#portal-column-one" css:theme="#portal-column-one" />
Expand Down

0 comments on commit 4b6763e

Please sign in to comment.