Fix: Corrigir chamada para arquivos estáticos#592
Open
ramoncordini wants to merge 1 commit intoscieloorg:masterfrom
Open
Fix: Corrigir chamada para arquivos estáticos#592ramoncordini wants to merge 1 commit intoscieloorg:masterfrom
ramoncordini wants to merge 1 commit intoscieloorg:masterfrom
Conversation
Member
|
@ramoncordini acho que a correção não é no packtools, mas sim no opac_5.
Acho que teria que corrigir nestes arquivos > grep -rs article.css webapp/templates
webapp/templates/article/base.html: <link rel="stylesheet" href="{{ url_for('static', filename='css/scielo-article.css') }}" type="text/css" async/>
webapp/templates/article/base.html: <link rel="stylesheet" href="{{ url_for('static', filename='css/article.css') }}?v={{ config.VCS_REF }}" type="text/css" async/>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

O que esse PR faz?
Atualiza a url para arquivos estáticos que foram migrados para o https://ds.scielo.org/static/
Onde a revisão poderia começar?
Após fazer a atualização nos arquivos estático, verificar alguns pontos ao navegar pela página de artigos:
Todos os itens devem estar funcionando corretamente.
Como este poderia ser testado manualmente?
Siga os itens descritos anteriormente.
Algum cenário de contexto que queira dar?
Ao realizar os testes para os novos estáticos foi percebida a ausência de algumas imagens no Design System.
Arquivos como list.loading.gif serão adicionados em um PR específico do design system. Outros arquivos como o dashline.png serão removidos pois estão obsoletos.
Screenshots
Quais são tickets relevantes?
Indique uma issue ao qual o pull request faz relacionamento.
Referências